SF.net SVN: geany:[4005] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Jul 20 23:11:58 UTC 2009


Revision: 4005
          http://geany.svn.sourceforge.net/geany/?rev=4005&view=rev
Author:   eht16
Date:     2009-07-20 23:11:58 +0000 (Mon, 20 Jul 2009)

Log Message:
-----------
Fix typos.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/utils.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-07-20 23:11:23 UTC (rev 4004)
+++ trunk/ChangeLog	2009-07-20 23:11:58 UTC (rev 4005)
@@ -13,6 +13,8 @@
    instead of modifying it in place.
  * src/toolbar.c:
    Remove underscores from the toolbar items labels.
+ * src/utils.c:
+   Fix typos.
 
 
 2009-07-20  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/utils.c
===================================================================
--- trunk/src/utils.c	2009-07-20 23:11:23 UTC (rev 4004)
+++ trunk/src/utils.c	2009-07-20 23:11:58 UTC (rev 4005)
@@ -737,7 +737,7 @@
  *  @param default_value The default value which will be returned when @c section or @c key
  *         don't exist.
  *
- *  @return The value associated with c key as an integer, or the given default value if the value
+ *  @return The value associated with @c key as an integer, or the given default value if the value
  *          could not be retrieved.
  **/
 gint utils_get_setting_integer(GKeyFile *config, const gchar *section, const gchar *key,
@@ -768,7 +768,7 @@
  *  @param default_value The default value which will be returned when @c section or @c key
  *         don't exist.
  *
- *  @return The value associated with c key as a boolean, or the given default value if the value
+ *  @return The value associated with @c key as a boolean, or the given default value if the value
  *          could not be retrieved.
  **/
 gboolean utils_get_setting_boolean(GKeyFile *config, const gchar *section, const gchar *key,
@@ -799,7 +799,7 @@
  *  @param default_value The default value which will be returned when @c section or @c key
  *         don't exist.
  *
- *  @return A newly allocated string, either the value for @a key or a copy of the given
+ *  @return A newly allocated string, either the value for @c key or a copy of the given
  *          default value if it could not be retrieved.
  **/
 gchar *utils_get_setting_string(GKeyFile *config, const gchar *section, const gchar *key,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list