aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-filter-windows.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-02-19 02:25:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-19 02:25:02 +0800
commitc67d072763b1bb27263e63f3dac6b1d0e70cc3f1 (patch)
tree4e47e99fa2167ec731b1192a3319517bab7427eb /camel/camel-mime-filter-windows.c
parenteec828ebf4e1df1f6a6b4028a166b92c1d061fae (diff)
downloadgsoc2013-evolution-c67d072763b1bb27263e63f3dac6b1d0e70cc3f1.tar
gsoc2013-evolution-c67d072763b1bb27263e63f3dac6b1d0e70cc3f1.tar.gz
gsoc2013-evolution-c67d072763b1bb27263e63f3dac6b1d0e70cc3f1.tar.bz2
gsoc2013-evolution-c67d072763b1bb27263e63f3dac6b1d0e70cc3f1.tar.lz
gsoc2013-evolution-c67d072763b1bb27263e63f3dac6b1d0e70cc3f1.tar.xz
gsoc2013-evolution-c67d072763b1bb27263e63f3dac6b1d0e70cc3f1.tar.zst
gsoc2013-evolution-c67d072763b1bb27263e63f3dac6b1d0e70cc3f1.zip
s/parading/masquerading/
svn path=/trunk/; revision=24783
Diffstat (limited to 'camel/camel-mime-filter-windows.c')
-rw-r--r--camel/camel-mime-filter-windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-filter-windows.c b/camel/camel-mime-filter-windows.c
index 0b6e00dea0..2706e3cf03 100644
--- a/camel/camel-mime-filter-windows.c
+++ b/camel/camel-mime-filter-windows.c
@@ -95,7 +95,7 @@ filter_filter (CamelMimeFilter *filter, char *in, size_t len, size_t prespace,
register unsigned char c = *inptr++;
if (c >= 128 && c <= 159) {
- g_warning ("Encountered Windows charset parading as %s",
+ g_warning ("Encountered Windows charset masquerading as %s",
windows->claimed_charset);
windows->is_windows = TRUE;
break;