diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 00:18:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 00:18:17 +0200 |
commit | d6bd6f76be265818ead6a2502d41349c50a09379 (patch) | |
tree | 5abf2b3b9349a9a9b39e67d156f05dc916641764 | |
parent | m doc (diff) | |
download | libgamma-d6bd6f76be265818ead6a2502d41349c50a09379.tar.gz libgamma-d6bd6f76be265818ead6a2502d41349c50a09379.tar.bz2 libgamma-d6bd6f76be265818ead6a2502d41349c50a09379.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/lib/libgamma-method.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/lib/libgamma-method.h b/src/lib/libgamma-method.h index eefef6c..a0e7d6d 100644 --- a/src/lib/libgamma-method.h +++ b/src/lib/libgamma-method.h @@ -1105,7 +1105,7 @@ int libgamma_gamma_ramps8_initialise(libgamma_gamma_ramps8_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps8_initialise` or otherwise - * initialises in the proper manner. + * initialised in the proper manner. * * @param this The gamma ramps. */ @@ -1114,7 +1114,7 @@ void libgamma_gamma_ramps8_destroy(libgamma_gamma_ramps8_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps8_initialise` or otherwise - * initialises in the proper manner, as well as release the pointer + * initialised in the proper manner, as well as release the pointer * to the structure. * * @param this The gamma ramps. @@ -1137,7 +1137,7 @@ int libgamma_gamma_ramps16_initialise(libgamma_gamma_ramps16_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps16_initialise` or otherwise - * initialises in the proper manner. + * initialised in the proper manner. * * @param this The gamma ramps. */ @@ -1146,7 +1146,7 @@ void libgamma_gamma_ramps16_destroy(libgamma_gamma_ramps16_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps16_initialise` or otherwise - * initialises in the proper manner, as well as release the pointer + * initialised in the proper manner, as well as release the pointer * to the structure. * * @param this The gamma ramps. @@ -1169,7 +1169,7 @@ int libgamma_gamma_ramps32_initialise(libgamma_gamma_ramps32_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps32_initialise` or otherwise - * initialises in the proper manner. + * initialised in the proper manner. * * @param this The gamma ramps. */ @@ -1178,7 +1178,7 @@ void libgamma_gamma_ramps32_destroy(libgamma_gamma_ramps32_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps32_initialise` or otherwise - * initialises in the proper manner, as well as release the pointer + * initialised in the proper manner, as well as release the pointer * to the structure. * * @param this The gamma ramps. @@ -1201,7 +1201,7 @@ int libgamma_gamma_ramps64_initialise(libgamma_gamma_ramps64_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps64_initialise` or otherwise - * initialises in the proper manner. + * initialised in the proper manner. * * @param this The gamma ramps. */ @@ -1210,7 +1210,7 @@ void libgamma_gamma_ramps64_destroy(libgamma_gamma_ramps64_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_ramps64_initialise` or otherwise - * initialises in the proper manner, as well as release the pointer + * initialised in the proper manner, as well as release the pointer * to the structure. * * @param this The gamma ramps. @@ -1233,7 +1233,7 @@ int libgamma_gamma_rampsf_initialise(libgamma_gamma_rampsf_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_rampsf_initialise` or otherwise - * initialises in the proper manner. + * initialised in the proper manner. * * @param this The gamma ramps. */ @@ -1242,7 +1242,7 @@ void libgamma_gamma_rampsf_destroy(libgamma_gamma_rampsf_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_rampsf_initialise` or otherwise - * initialises in the proper manner, as well as release the pointer + * initialised in the proper manner, as well as release the pointer * to the structure. * * @param this The gamma ramps. @@ -1265,7 +1265,7 @@ int libgamma_gamma_rampsd_initialise(libgamma_gamma_rampsd_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_rampsd_initialise` or otherwise - * initialises in the proper manner. + * initialised in the proper manner. * * @param this The gamma ramps. */ @@ -1274,7 +1274,7 @@ void libgamma_gamma_rampsd_destroy(libgamma_gamma_rampsd_t* restrict this); /** * Release resources that are held by a gamma ramp strcuture that * has been allocated by `libgamma_gamma_rampsd_initialise` or otherwise - * initialises in the proper manner, as well as release the pointer + * initialised in the proper manner, as well as release the pointer * to the structure. * * @param this The gamma ramps. |