diff options
author | Hidetoshi Tajima <tajima@src.gnome.org> | 2001-10-17 16:58:26 +0000 |
---|---|---|
committer | Hidetoshi Tajima <tajima@src.gnome.org> | 2001-10-17 16:58:26 +0000 |
commit | 5641d7107e78e57447d20546787247f1778cdf8a (patch) | |
tree | 4af9bbb6e42ad63dd550df7dab2d46591f18c15d /ChangeLog.pre-2-0 | |
parent | 01b07656eaaf24cd8e45b8c45fb4341ef06fb7df (diff) |
Fix a typo: to_codeset => from_codeset. (#58195, #55152)
* glib/gconvert.c (g_iconv_open):
Fix a typo: to_codeset => from_codeset.
(#58195, #55152)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 2a00a456d..6e7c0c2df 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2001-10-17 HideToshi Tajima <hidetoshi.tajima@sun.com> + + * glib/gconvert.c (g_iconv_open): + Fix a typo: to_codeset => from_codeset. + (#58195, #55152) + Fri Oct 12 18:24:02 2001 Tim Janik <timj@gtk.org> * glib/gpattern.[hc]: make struct _GPatternSpec and GMatchType |