From 288cd40479d68babcc9b7b9c664de64e3fa66e95 Mon Sep 17 00:00:00 2001 From: jmccrohan Date: Wed, 31 Aug 2011 22:00:29 +0000 Subject: Fix spelling errors. Flagged by Debian lintian check git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1159 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_huawei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin_huawei.c') 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); -- cgit v1.2.3