aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--drv_EFN.c2
-rw-r--r--plugin_huawei.c2
-rw-r--r--plugin_pop3.c2
-rw-r--r--svn_version.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/drv_EFN.c b/drv_EFN.c
index 790f3ea..69a4574 100644
--- 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;
}
diff --git a/plugin_huawei.c b/plugin_huawei.c
index 47ee7ec..0f815f4 100644
--- a/plugin_huawei.c
+++ b/plugin_huawei.c
@@ -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);
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;
diff --git a/svn_version.h b/svn_version.h
index f08d602..9d24f76 100644
--- a/svn_version.h
+++ b/svn_version.h
@@ -1 +1 @@
-#define SVN_VERSION "1092"
+#define SVN_VERSION "1158"
3-14[lcd4linux @ 2001-03-14 15:14:59 by reinelt]reinelt8-152/+365 2001-03-14[lcd4linux @ 2001-03-14 13:19:29 by ltoetsch]ltoetsch16-128/+773 2001-03-13[lcd4linux @ 2001-03-13 08:34:15 by reinelt]reinelt6-29/+50 2001-03-13[lcd4linux @ 2001-03-13 08:03:41 by reinelt]reinelt3-1/+35 2001-03-13[lcd4linux @ 2001-03-13 07:53:00 by reinelt]reinelt2-13/+15 2001-03-13[lcd4linux @ 2001-03-13 07:41:22 by reinelt]reinelt3-2/+52 2001-03-12[lcd4linux @ 2001-03-12 13:44:58 by reinelt]reinelt8-58/+232 2001-03-12[lcd4linux @ 2001-03-12 12:49:24 by reinelt]reinelt2-63/+71 2001-03-12[lcd4linux @ 2001-03-12 12:39:36 by reinelt]reinelt14-448/+830 2001-03-09[lcd4linux @ 2001-03-09 16:24:30 by ltoetsch]ltoetsch2-155/+345 2001-03-09[lcd4linux @ 2001-03-09 15:04:53 by reinelt]reinelt3-103/+109 2001-03-09[lcd4linux @ 2001-03-09 14:30:01 by reinelt]reinelt1-0/+7 2001-03-09[lcd4linux @ 2001-03-09 14:24:49 by ltoetsch]ltoetsch3-7/+18 2001-03-09[lcd4linux @ 2001-03-09 13:08:11 by ltoetsch]ltoetsch12-86/+384 2001-03-09[lcd4linux @ 2001-03-09 12:14:24 by reinelt]reinelt4-21/+34 2001-03-08[lcd4linux @ 2001-03-08 15:25:38 by ltoetsch]ltoetsch9-93/+214 2001-03-08[lcd4linux @ 2001-03-08 09:02:04 by reinelt]reinelt4-133/+21 2001-03-08[lcd4linux @ 2001-03-08 08:39:54 by reinelt]reinelt2-4/+12 2001-03-07[lcd4linux @ 2001-03-07 18:10:21 by ltoetsch]ltoetsch10-110/+319 2001-03-05[lcd4linux @ 2001-03-05 18:20:21 by reinelt]reinelt2-13/+25 2001-03-04[lcd4linux @ 2001-03-04 15:01:12 by ltoetsch]ltoetsch1-3/+3 2001-03-02[lcd4linux @ 2001-03-02 20:18:12 by reinelt]reinelt3-36/+89