typo fixups

This commit is contained in:
Tim Janik 1998-07-11 05:17:49 +00:00
parent da0f2dde98
commit 478632418e
10 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
* gutils.c: removed all g_str* functions.
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
place. this file shall never include <stdlib.h> to avoid clashes for
place. this file shall never include <unistd.h> to avoid clashes for
some of the g_str* functions on some OSes.
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>

View File

@ -23,7 +23,7 @@
#include <locale.h>
#include <ctype.h> /* For tolower() */
#include "glib.h"
/* do not include <unistd.h> in this place since which,
/* do not include <unistd.h> in this place since it
* inteferes with g_strsignal() on some OSes
*/

View File

@ -23,7 +23,7 @@
#include <locale.h>
#include <ctype.h> /* For tolower() */
#include "glib.h"
/* do not include <unistd.h> in this place since which,
/* do not include <unistd.h> in this place since it
* inteferes with g_strsignal() on some OSes
*/