typo fixups
authorTim Janik <timj@src.gnome.org>
Sat, 11 Jul 1998 05:17:49 +0000 (05:17 +0000)
committerTim Janik <timj@src.gnome.org>
Sat, 11 Jul 1998 05:17:49 +0000 (05:17 +0000)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gstrfuncs.c
gstrfuncs.c

index 640087d..79ae63b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 640087d..79ae63b 100644 (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>
index 640087d..79ae63b 100644 (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>
index 640087d..79ae63b 100644 (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>
index 640087d..79ae63b 100644 (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>
index 640087d..79ae63b 100644 (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>
index 640087d..79ae63b 100644 (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>
index 640087d..79ae63b 100644 (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>
index adabec7..7f94d01 100644 (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
  */
 
index adabec7..7f94d01 100644 (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
  */