From: Matthias Clasen Date: Wed, 13 Jul 2005 18:59:46 +0000 (+0000) Subject: Fix a typo. (#310243, Richard Laager) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b36f775177312005c2dbce8eb4eb8cbe75abf877;p=dana%2Fcg-glib.git Fix a typo. (#310243, Richard Laager) 2005-07-13 Matthias Clasen * glib/gfileutils.c (g_mkdir_with_parents): Fix a typo. (#310243, Richard Laager) --- diff --git a/ChangeLog b/ChangeLog index ab584bdf..bd8a0da8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-07-13 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ab584bdf..bd8a0da8 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-07-13 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index ab584bdf..bd8a0da8 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,8 @@ 2005-07-13 Matthias Clasen + * 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. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ab584bdf..bd8a0da8 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-07-13 Matthias Clasen + * 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. diff --git a/glib/gfileutils.c b/glib/gfileutils.c index d46568c3..ec0beba3 100644 --- a/glib/gfileutils.c +++ b/glib/gfileutils.c @@ -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