aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sa-junk-plugin/em-junk-filter.c
diff options
context:
space:
mode:
authorJens Seidel <jseidel@src.gnome.org>2005-08-22 03:35:00 +0800
committerJens Seidel <jseidel@src.gnome.org>2005-08-22 03:35:00 +0800
commit2c08d66386a9440b4f8cb588b65977cc7a5eaacb (patch)
treea8a710e12ffe202af0f401566eb2c7bd0b2a463a /plugins/sa-junk-plugin/em-junk-filter.c
parente967f26d1a99cdcbab0a5ab626d11c3286e61d1b (diff)
downloadgsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.gz
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.bz2
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.lz
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.xz
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.tar.zst
gsoc2013-evolution-2c08d66386a9440b4f8cb588b65977cc7a5eaacb.zip
fixed a typo: s/occured/occurred/g
svn path=/trunk/; revision=30180
Diffstat (limited to 'plugins/sa-junk-plugin/em-junk-filter.c')
-rw-r--r--plugins/sa-junk-plugin/em-junk-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sa-junk-plugin/em-junk-filter.c b/plugins/sa-junk-plugin/em-junk-filter.c
index c608b7e535..612404104a 100644
--- a/plugins/sa-junk-plugin/em-junk-filter.c
+++ b/plugins/sa-junk-plugin/em-junk-filter.c
@@ -559,7 +559,7 @@ em_junk_sa_check_junk(EPlugin *ep, EMJunkHookTarget *target)
rv = pipe_to_sa_full (msg, NULL, argv, 0, 1, out) != 0;
if (!rv && out && !strcmp (out->data, "0/0\n")) {
- /* an error occured */
+ /* an error occurred */
if (em_junk_sa_respawn_spamd ()) {
g_byte_array_set_size (out, 0);