From: Marco Rubin <20150305+Rubo3@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:38:04 +0000 (+0100) Subject: Docs typo fixes (#110) X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=a386632275a3d801a7667e9234670cb2d0ab88cb;p=jp%2Fvkvg.git Docs typo fixes (#110) --- diff --git a/include/vkvg.h b/include/vkvg.h index c014741..80e6c1d 100644 --- a/include/vkvg.h +++ b/include/vkvg.h @@ -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 */