aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"
2' href='#n192'>192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235