diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-08 11:59:35 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-08 11:59:35 +0200 |
commit | 6e213a0602b667ee56a893d438962aacc809cadb (patch) | |
tree | 985e43dec40e956482a8dff79a9e8b883bf80e8f | |
parent | 2bdba5c2daab5ab6c090ebcc8a60000a68bf180d (diff) | |
download | dovecot-antispam-6e213a0602b667ee56a893d438962aacc809cadb.tar.gz dovecot-antispam-6e213a0602b667ee56a893d438962aacc809cadb.tar.xz dovecot-antispam-6e213a0602b667ee56a893d438962aacc809cadb.zip |
fix typo in startup message
-rw-r--r-- | antispam-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/antispam-plugin.c b/antispam-plugin.c index ea7e426..1a8ee52 100644 --- a/antispam-plugin.c +++ b/antispam-plugin.c @@ -82,7 +82,7 @@ void antispam_plugin_init(void) { char *tmp, **iter; - debug("antispam plugin intialising\n"); + debug("antispam plugin initialising\n"); global_pool = pool_alloconly_create("antispam-pool", 1024); |