]> git.webhop.me Git - lcd4linux.git/commitdiff
Fix spelling errors. Flagged by Debian lintian check
authorjmccrohan <jmccrohan@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 31 Aug 2011 22:00:29 +0000 (22:00 +0000)
committerjmccrohan <jmccrohan@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 31 Aug 2011 22:00:29 +0000 (22:00 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

drv_EFN.c
plugin_huawei.c
plugin_pop3.c
svn_version.h

index 790f3eade06d060619056299bc1d18ef598a973c..69a457435c13d62965f54d947aa979a6d627c9ef 100644 (file)
--- a/drv_EFN.c
+++ b/drv_EFN.c
@@ -318,7 +318,7 @@ static int drv_EFN_start(const char *section)
 /* list models */
 int drv_EFN_list(void)
 {
-    printf("EFN LED modules + EUG100 Ethernet to serial convertor");
+    printf("EFN LED modules + EUG100 Ethernet to serial converter");
     return 0;
 }
 
index 47ee7ec0a1f0e950250a027d8f9f0eace122dd46..0f815f48e701a03035601c288bfe47e9068dc00a 100644 (file)
@@ -563,7 +563,7 @@ static int huawei_configured(void)
 
        if (strncmp(buf, "OK", 2) == 0) {
            configured = 1;
-           info("%s: Modem user inerface succesfully initialized to: \'%s\'", name, INIT_STRING);
+           info("%s: Modem user inerface successfully initialized to: \'%s\'", name, INIT_STRING);
        } else {
            configured = 0;
            error("%s: ERROR: Invalid or empty response: \'%s\' received for: \'%s\'", name, buf, INIT_STRING);
index a8c72f89bb2e01fd3ffe1c5cb66da38a93a6ad70..82e45328957f3f311f6b376c6af7cdb9c4c23514 100644 (file)
@@ -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;
index f08d6027fd98010d8ae817cadf6bdbaafcd2df5d..9d24f768e584bb9e37b46dab51bfdb5f9522f056 100644 (file)
@@ -1 +1 @@
-#define SVN_VERSION "1092"
+#define SVN_VERSION "1158"