summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.pre-2-104
-rw-r--r--ChangeLog.pre-2-124
-rw-r--r--ChangeLog.pre-2-64
-rw-r--r--ChangeLog.pre-2-84
-rw-r--r--glib/gfileutils.c4
6 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6871524ca..7890b77b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-30 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gfileutils.c (g_file_test): Typo fix.
+
2004-12-30 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 6871524ca..7890b77b3 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
+2004-12-30 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gfileutils.c (g_file_test): Typo fix.
+
2004-12-30 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 6871524ca..7890b77b3 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,7 @@
+2004-12-30 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gfileutils.c (g_file_test): Typo fix.
+
2004-12-30 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 6871524ca..7890b77b3 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
+2004-12-30 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gfileutils.c (g_file_test): Typo fix.
+
2004-12-30 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 6871524ca..7890b77b3 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
+2004-12-30 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/gfileutils.c (g_file_test): Typo fix.
+
2004-12-30 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_path_skip_root): Require UNC paths to start
diff --git a/glib/gfileutils.c b/glib/gfileutils.c
index 10e5edeec..c3acb6cc6 100644
--- a/glib/gfileutils.c
+++ b/glib/gfileutils.c
@@ -86,7 +86,7 @@
* %TRUE for %G_FILE_TEST_IS_SYMLINK and %FALSE for all other flags.
*
* You should never use g_file_test() to test whether it is safe
- * to perform an operaton, because there is always the possibility
+ * to perform an operation, because there is always the possibility
* of the condition changing before you actually perform the operation.
* For example, you might think you could use %G_FILE_TEST_IS_SYMLINK
* to know whether it is is safe to write to a file without being
@@ -104,7 +104,7 @@
* %G_FILE_TEST_IS_EXECUTABLE are implemented using the access()
* system call. This usually doesn't matter, but if your program
* is setuid or setgid it means that these tests will give you
- * the answer for the real user ID and group ID , rather than the
+ * the answer for the real user ID and group ID, rather than the
* effective user ID and group ID.
*
* Return value: whether a test was %TRUE