diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-27 14:14:11 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-08-27 14:14:11 +0800 |
commit | fd32203109458d90f7d5553828675e4a2ded2c09 (patch) | |
tree | ec87f620ca047671ab4f301c543d7cc0348d9b87 /mail | |
parent | c32d60a782f384acf44bb732bbf2599ed7c9fbc5 (diff) | |
download | gsoc2013-evolution-fd32203109458d90f7d5553828675e4a2ded2c09.tar.gz gsoc2013-evolution-fd32203109458d90f7d5553828675e4a2ded2c09.tar.zst gsoc2013-evolution-fd32203109458d90f7d5553828675e4a2ded2c09.zip |
Fix a typo build break
svn path=/trunk/; revision=34115
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/em-format-html.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cf6f0a76e9..bea7586ea8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2007-08-27 Srinivasa Ragavan <sragavan@novell.com> + + * em-format-html.c: Fix a typo build break. + 2007-08-27 Johnny Jacob <jjohnny@novell.com> ** Fix for #467635. diff --git a/mail/em-format-html.c b/mail/em-format-html.c index c00ab3a496..47c62e4c23 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * - */Signature exists, but need public key + */ #ifdef HAVE_CONFIG_H #include <config.h> |