summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-02-23 04:30:06 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-02-23 04:30:06 +0000
commitf5483302757a9c03c43e25c86cea4a7bd5aaaf3f (patch)
tree5bbaffe2ed1ce06ff6021a92f8e485df1a6a5fc9 /ChangeLog
parent8ad668c7f019473b714c6ae55deaedcd9de9d383 (diff)
downloadglib-f5483302757a9c03c43e25c86cea4a7bd5aaaf3f.tar.gz
Fix "it's" vs "its" confusion throughout the source. Patch by Will
* Fix "it's" vs "its" confusion throughout the source. Patch by Will Thompson. svn path=/trunk/; revision=7897
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a4f2e984..45d884746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-02-22 Matthias Clasen <mclasen@redhat.com>
+ Bug 572151 – “it's” and “its” confused in docs and comments
+
+ * Fix "it's" vs "its" confusion throughout the source. Patch
+ by Will Thompson.
+
+2009-02-22 Matthias Clasen <mclasen@redhat.com>
+
Bug 572464 – Doc for g_file_get_contents
* glib/gfileutils.c (g_file_get_contents): Improve docs. Pointed