aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_pop3.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-08-31 23:23:57 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2011-08-31 23:23:57 +0100
commit23e6413da8152658a969d8c01ab726b4297148d5 (patch)
treee3a42f0db41f16ca2ffb7aa83d6246492213ade1 /plugin_pop3.c
parent7c0fb2e980af93923f2071e1af087010962e06bd (diff)
downloadlcd4linux-23e6413da8152658a969d8c01ab726b4297148d5.tar.gz
Import upstream version 0.11.0~svn1159
Diffstat (limited to 'plugin_pop3.c')
-rw-r--r--plugin_pop3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_pop3.c b/plugin_pop3.c
index cdd2db7..9c67dd3 100644
--- a/plugin_pop3.c
+++ b/plugin_pop3.c
@@ -1,4 +1,4 @@
-/* $Id: plugin_pop3.c 728 2007-01-14 11:14:38Z michael $
+/* $Id: plugin_pop3.c 1159 2011-08-31 22:00:29Z jmccrohan $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/plugin_pop3.c $
*
* Plugin to check POP3 mail accounts
@@ -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;