aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-11 23:13:53 +0200
committerMattias Andrée <maandree@kth.se>2016-07-11 23:13:53 +0200
commit3e09f0c3fe3d254dd2e4ac202126c0ae88562141 (patch)
tree85d35ef2d51f8f294d1586b3d023ad57ebac753d
parentm (diff)
downloadlibgamma-3e09f0c3fe3d254dd2e4ac202126c0ae88562141.tar.gz
libgamma-3e09f0c3fe3d254dd2e4ac202126c0ae88562141.tar.bz2
libgamma-3e09f0c3fe3d254dd2e4ac202126c0ae88562141.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--info/libgamma.texinfo2
-rw-r--r--src/lib/gamma-dummy.c.gpp2
-rw-r--r--src/lib/gamma-dummy.h2
-rw-r--r--src/lib/gamma-linux-drm.c2
-rw-r--r--src/lib/gamma-linux-drm.h2
-rw-r--r--src/lib/gamma-quartz-cg.c2
-rw-r--r--src/lib/gamma-quartz-cg.h2
-rw-r--r--src/lib/gamma-w32-gdi.c2
-rw-r--r--src/lib/gamma-w32-gdi.h2
-rw-r--r--src/lib/gamma-x-randr.c2
-rw-r--r--src/lib/gamma-x-randr.h2
-rw-r--r--src/lib/gamma-x-vidmode.c2
-rw-r--r--src/lib/gamma-x-vidmode.h2
-rw-r--r--src/lib/libgamma-facade.c.gpp2
14 files changed, 14 insertions, 14 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo
index e3ce87a..c0e96cb 100644
--- a/info/libgamma.texinfo
+++ b/info/libgamma.texinfo
@@ -694,7 +694,7 @@ these are listed in @ref{Adjustment methods}.
@item @code{site} [@code{char*}]
The site identifier, unless it is @code{NULL}
-it must a @code{free}:able. One the state is
+it must a @code{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
diff --git a/src/lib/gamma-dummy.c.gpp b/src/lib/gamma-dummy.c.gpp
index 24e9d41..ef0ae44 100644
--- a/src/lib/gamma-dummy.c.gpp
+++ b/src/lib/gamma-dummy.c.gpp
@@ -308,7 +308,7 @@ void libgamma_dummy_method_capabilities(libgamma_method_capabilities_t* restrict
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-dummy.h b/src/lib/gamma-dummy.h
index 3bce1cb..c7d8e12 100644
--- a/src/lib/gamma-dummy.h
+++ b/src/lib/gamma-dummy.h
@@ -38,7 +38,7 @@ void libgamma_dummy_method_capabilities(libgamma_method_capabilities_t* restrict
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-linux-drm.c b/src/lib/gamma-linux-drm.c
index b0d3a01..9693668 100644
--- a/src/lib/gamma-linux-drm.c
+++ b/src/lib/gamma-linux-drm.c
@@ -124,7 +124,7 @@ void libgamma_linux_drm_method_capabilities(libgamma_method_capabilities_t* rest
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-linux-drm.h b/src/lib/gamma-linux-drm.h
index 0c2ec9f..ee037bc 100644
--- a/src/lib/gamma-linux-drm.h
+++ b/src/lib/gamma-linux-drm.h
@@ -38,7 +38,7 @@ void libgamma_linux_drm_method_capabilities(libgamma_method_capabilities_t* rest
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-quartz-cg.c b/src/lib/gamma-quartz-cg.c
index 585d868..d2ceebc 100644
--- a/src/lib/gamma-quartz-cg.c
+++ b/src/lib/gamma-quartz-cg.c
@@ -87,7 +87,7 @@ void libgamma_quartz_cg_method_capabilities(libgamma_method_capabilities_t* rest
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-quartz-cg.h b/src/lib/gamma-quartz-cg.h
index c344967..43b9bb3 100644
--- a/src/lib/gamma-quartz-cg.h
+++ b/src/lib/gamma-quartz-cg.h
@@ -38,7 +38,7 @@ void libgamma_quartz_cg_method_capabilities(libgamma_method_capabilities_t* rest
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-w32-gdi.c b/src/lib/gamma-w32-gdi.c
index 1dcf169..f9c8094 100644
--- a/src/lib/gamma-w32-gdi.c
+++ b/src/lib/gamma-w32-gdi.c
@@ -94,7 +94,7 @@ void libgamma_w32_gdi_method_capabilities(libgamma_method_capabilities_t* restri
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-w32-gdi.h b/src/lib/gamma-w32-gdi.h
index 89f6bc9..3efe691 100644
--- a/src/lib/gamma-w32-gdi.h
+++ b/src/lib/gamma-w32-gdi.h
@@ -38,7 +38,7 @@ void libgamma_w32_gdi_method_capabilities(libgamma_method_capabilities_t* restri
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-x-randr.c b/src/lib/gamma-x-randr.c
index af818f3..9e8a8a0 100644
--- a/src/lib/gamma-x-randr.c
+++ b/src/lib/gamma-x-randr.c
@@ -175,7 +175,7 @@ void libgamma_x_randr_method_capabilities(libgamma_method_capabilities_t* restri
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-x-randr.h b/src/lib/gamma-x-randr.h
index 093fcd4..7d03436 100644
--- a/src/lib/gamma-x-randr.h
+++ b/src/lib/gamma-x-randr.h
@@ -38,7 +38,7 @@ void libgamma_x_randr_method_capabilities(libgamma_method_capabilities_t* restri
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-x-vidmode.c b/src/lib/gamma-x-vidmode.c
index 9651894..13cc740 100644
--- a/src/lib/gamma-x-vidmode.c
+++ b/src/lib/gamma-x-vidmode.c
@@ -70,7 +70,7 @@ void libgamma_x_vidmode_method_capabilities(libgamma_method_capabilities_t* rest
*
* @param this The site state to initialise.
* @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
diff --git a/src/lib/gamma-x-vidmode.h b/src/lib/gamma-x-vidmode.h
index 018cd72..510f03b 100644
--- a/src/lib/gamma-x-vidmode.h
+++ b/src/lib/gamma-x-vidmode.h
@@ -38,7 +38,7 @@ void libgamma_x_vidmode_method_capabilities(libgamma_method_capabilities_t* rest
*
* @param this The site state to initialise.
* @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
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