summaryrefslogtreecommitdiffstats
path: root/drivers/stemodem
diff options
context:
space:
mode:
authorHelen Clemson <helen.clemson@stericsson.com>2011-01-14 11:29:35 +0100
committerMarcel Holtmann <marcel@holtmann.org>2011-01-14 11:37:55 +0100
commit524271602465e1ccc4e99e1b48f9b789493a2de6 (patch)
tree3cdb45de3a8a349c7aa2bc03de82dcea895c838c /drivers/stemodem
parentab55a635e1a533626ac1b7e7d6dac7ff98e28773 (diff)
downloadofono-524271602465e1ccc4e99e1b48f9b789493a2de6.tar.bz2
stemodem: Fix spelling mistake in error message.
Diffstat (limited to 'drivers/stemodem')
-rw-r--r--drivers/stemodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/stemodem/voicecall.c b/drivers/stemodem/voicecall.c
index 8f3533d8..6f948f7b 100644
--- a/drivers/stemodem/voicecall.c
+++ b/drivers/stemodem/voicecall.c
@@ -470,7 +470,7 @@ static void ecav_notify(GAtResult *result, gpointer user_data)
if (l == NULL && status != CALL_STATUS_DIALING &&
status != CALL_STATUS_WAITING &&
status != CALL_STATUS_INCOMING) {
- ofono_error("ECAV notification for unknow call."
+ ofono_error("ECAV notification for unknown call."
" id: %d, status: %d", id, status);
return;
}