diff options
Diffstat (limited to '')
-rw-r--r-- | info/libgamma.texinfo | 2 | ||||
-rw-r--r-- | src/test/errors.h | 4 |
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 /** |