aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_pop3.c
diff options
context:
space:
mode:
authorjmccrohan <jmccrohan@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-08-31 22:00:29 +0000
committerjmccrohan <jmccrohan@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-08-31 22:00:29 +0000
commit288cd40479d68babcc9b7b9c664de64e3fa66e95 (patch)
treec6b2ae6edfe57818f1bb65a1d4eaa1ef0baa2052 /plugin_pop3.c
parent6b6d1d868a0c3fc1bca2dee73adf4a14e1698c38 (diff)
downloadlcd4linux-288cd40479d68babcc9b7b9c664de64e3fa66e95.tar.gz
Fix spelling errors. Flagged by Debian lintian check
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_pop3.c')
-rw-r--r--plugin_pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_pop3.c b/plugin_pop3.c
index a8c72f8..82e4532 100644
--- a/plugin_pop3.c
+++ b/plugin_pop3.c
@@ -299,7 +299,7 @@ static int configure_pop3(void)
n = getConfig();
/* by now, head should point to a list of all our accounts */
if (head) {
- info("[POP3] %d POP3 accounts have been succesfully defined", n);
+ info("[POP3] %d POP3 accounts have been successfully defined", n);
configured = 1;
} else {
configured = -1;