Fix a typo. (#310243, Richard Laager)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Jul 2005 18:59:46 +0000 (18:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 13 Jul 2005 18:59:46 +0000 (18:59 +0000)
2005-07-13  Matthias Clasen  <mclasen@redhat.com>

* glib/gfileutils.c (g_mkdir_with_parents): Fix a
typo.  (#310243, Richard Laager)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gfileutils.c

index ab584bdf95e70ad1627a4e55b639654de1c8d082..bd8a0da8764825ddd049fd8d8f2311eee41e5ac8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gfileutils.c (g_mkdir_with_parents): Fix a 
+       typo.  (#310243, Richard Laager)
+
        * glib/goption.c (g_option_group_add_entries): Warn if a
        short name is not acceptable.
 
index ab584bdf95e70ad1627a4e55b639654de1c8d082..bd8a0da8764825ddd049fd8d8f2311eee41e5ac8 100644 (file)
@@ -1,5 +1,8 @@
 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gfileutils.c (g_mkdir_with_parents): Fix a 
+       typo.  (#310243, Richard Laager)
+
        * glib/goption.c (g_option_group_add_entries): Warn if a
        short name is not acceptable.
 
index ab584bdf95e70ad1627a4e55b639654de1c8d082..bd8a0da8764825ddd049fd8d8f2311eee41e5ac8 100644 (file)
@@ -1,5 +1,8 @@
 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gfileutils.c (g_mkdir_with_parents): Fix a 
+       typo.  (#310243, Richard Laager)
+
        * glib/goption.c (g_option_group_add_entries): Warn if a
        short name is not acceptable.
 
index ab584bdf95e70ad1627a4e55b639654de1c8d082..bd8a0da8764825ddd049fd8d8f2311eee41e5ac8 100644 (file)
@@ -1,5 +1,8 @@
 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gfileutils.c (g_mkdir_with_parents): Fix a 
+       typo.  (#310243, Richard Laager)
+
        * glib/goption.c (g_option_group_add_entries): Warn if a
        short name is not acceptable.
 
index d46568c33aa31ade9c165d16594753e508884742..ec0beba3806af3280c988f3c0ec143d420058925 100644 (file)
@@ -65,7 +65,7 @@
  * Create a directory if it doesn't already exist. Create intermediate
  * parent directories as needed, too.
  *
- * Returns: 0 if the directoty already exists, or was successfully
+ * Returns: 0 if the directory already exists, or was successfully
  * created. Returns -1 if an error occurred, with errno set.
  *
  * Since: 2.8