aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-13 14:37:24 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-13 14:37:24 +0200
commitdd46149d707006e033f0d5f45ae91f800f8058c0 (patch)
tree56a32dae112b85e73b555d7efd44298e58102d01
parentderp (diff)
downloadlibgamma-dd46149d707006e033f0d5f45ae91f800f8058c0.tar.gz
libgamma-dd46149d707006e033f0d5f45ae91f800f8058c0.tar.bz2
libgamma-dd46149d707006e033f0d5f45ae91f800f8058c0.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--info/libgamma.texinfo2
-rw-r--r--src/test/errors.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo
index eb3cfd3..44445bf 100644
--- a/info/libgamma.texinfo
+++ b/info/libgamma.texinfo
@@ -1284,7 +1284,7 @@ as @code{gid_t} (@code{short int} for Windows)
and @code{const char*} types respectively.
Additionally, except on Windows, these use thread
local storage, defined with the @code{__thread}
-modifier.
+qualifier.
@command{libgamma} defines the following error codes
that its functions may return:
diff --git a/src/test/errors.h b/src/test/errors.h
index d88b3b1..50ed595 100644
--- a/src/test/errors.h
+++ b/src/test/errors.h
@@ -15,8 +15,8 @@
* You should have received a copy of the GNU General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBGAMMA_TEST_ERRROS_H
-#define LIBGAMMA_TEST_ERRROS_H
+#ifndef LIBGAMMA_TEST_ERRROS_H
+#define LIBGAMMA_TEST_ERRROS_H
/**