]> O.S.I.I.S - jp/vkvg.git/commitdiff
Docs typo fixes (#110)
authorMarco Rubin <20150305+Rubo3@users.noreply.github.com>
Fri, 11 Mar 2022 13:38:04 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Mar 2022 13:38:04 +0000 (14:38 +0100)
include/vkvg.h

index c014741b7d32e095128b3c7efdfd61d09232377f..80e6c1d82bf4d75466adf9a72fda111f18638608 100644 (file)
@@ -1822,9 +1822,9 @@ uint32_t vkvg_pattern_get_reference_count (VkvgPattern pat);
  * @brief create a surface pattern
  *
  * Create a new pattern from the supplied #surface. The advantage of having
- * a #VkvgPattern to paint an image resides in the hability to set filtering options
+ * a #VkvgPattern to paint an image resides in the ability to set filtering options
  * as well as repeat behaviour on borders. Reference count of the supplied surface will
- * be incremented so that it will not be destroyed before this pattern release it.
+ * be incremented so that it will not be destroyed before this pattern releases it.
  * @param surf a valid #VkvgSurface to use for pattern
  * @return VkvgPattern a newly created pattern
  */