aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_huawei.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_huawei.c
parent7c0fb2e980af93923f2071e1af087010962e06bd (diff)
downloadlcd4linux-23e6413da8152658a969d8c01ab726b4297148d5.tar.gz
Import upstream version 0.11.0~svn1159
Diffstat (limited to 'plugin_huawei.c')
-rw-r--r--plugin_huawei.c2
1 files changed, 1 insertions, 1 deletions
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);