diff options
-rw-r--r-- | src/lib/libgamma-facade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-facade.h b/src/lib/libgamma-facade.h index 40d29ea..425fc43 100644 --- a/src/lib/libgamma-facade.h +++ b/src/lib/libgamma-facade.h @@ -146,7 +146,7 @@ const char* libgamma_method_default_site_variable(int method) __attribute__((con * @param this The site state to initialise. * @param method The adjustment method (display server and protocol.) * @param site The site identifier, unless it is `NULL` it must a - * `free`:able. One the state is destroyed the library + * `free`:able. Once the state is destroyed the library * will attempt to free it. There you should not free * it yourself, and it must not be a string constant * or allocate on the stack. Note however that it will |