diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-01-30 23:14:39 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-01-30 23:14:39 +0800 |
commit | 601872effd25d9e5a36d3acfa008e772408bc025 (patch) | |
tree | 47c4d7c2498425b3ede3b727842d03ad91bda5c3 | |
parent | 2dee35819cd9af4a512f85b505641e5962005685 (diff) | |
download | gsoc2013-evolution-601872effd25d9e5a36d3acfa008e772408bc025.tar gsoc2013-evolution-601872effd25d9e5a36d3acfa008e772408bc025.tar.gz gsoc2013-evolution-601872effd25d9e5a36d3acfa008e772408bc025.tar.bz2 gsoc2013-evolution-601872effd25d9e5a36d3acfa008e772408bc025.tar.lz gsoc2013-evolution-601872effd25d9e5a36d3acfa008e772408bc025.tar.xz gsoc2013-evolution-601872effd25d9e5a36d3acfa008e772408bc025.tar.zst gsoc2013-evolution-601872effd25d9e5a36d3acfa008e772408bc025.zip |
Fix typo.
2001-01-30 Kjartan Maraas <kmaraas@gnome.org>
* folder-browser.c: Fix typo.
svn path=/trunk/; revision=7913
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/folder-browser.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1e726b5e05..13a33fc74f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2001-01-30 Kjartan Maraas <kmaraas@gnome.org> + + * folder-browser.c: Fix typo. + 2001-01-29 Jeffrey Stedfast <fejj@helixcode.com> * mail-importer.c (mail_importer_add_line): Cast the diff --git a/mail/folder-browser.c b/mail/folder-browser.c index ee522c899d..b8a7624d92 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -568,7 +568,7 @@ hide_read(GtkWidget *w, FolderBrowser *fb) message_list_hide_add(ml, "(match-all (system-flag \"seen\"))", ML_HIDE_SAME, ML_HIDE_SAME); } -/* dum de dum, about the 3rd coyp of this function throughout the mailer/camel */ +/* dum de dum, about the 3rd copy of this function throughout the mailer/camel */ static const char * strip_re(const char *subject) { |