diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-11 23:13:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-11 23:13:53 +0200 |
commit | 3e09f0c3fe3d254dd2e4ac202126c0ae88562141 (patch) | |
tree | 85d35ef2d51f8f294d1586b3d023ad57ebac753d /src/lib/libgamma-facade.c.gpp | |
parent | m (diff) | |
download | libgamma-3e09f0c3fe3d254dd2e4ac202126c0ae88562141.tar.gz libgamma-3e09f0c3fe3d254dd2e4ac202126c0ae88562141.tar.bz2 libgamma-3e09f0c3fe3d254dd2e4ac202126c0ae88562141.tar.xz |
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/lib/libgamma-facade.c.gpp')
-rw-r--r-- | src/lib/libgamma-facade.c.gpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libgamma-facade.c.gpp b/src/lib/libgamma-facade.c.gpp index d7e3f4b..1dfa99b 100644 --- a/src/lib/libgamma-facade.c.gpp +++ b/src/lib/libgamma-facade.c.gpp @@ -348,7 +348,7 @@ const char* libgamma_method_default_site_variable(int method) * @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 allocated on the stack. Note however that it will |