From 2c08d66386a9440b4f8cb588b65977cc7a5eaacb Mon Sep 17 00:00:00 2001 From: Jens Seidel Date: Sun, 21 Aug 2005 19:35:00 +0000 Subject: fixed a typo: s/occured/occurred/g svn path=/trunk/; revision=30180 --- plugins/sa-junk-plugin/em-junk-filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sa-junk-plugin') 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); -- cgit v1.2.3