From 524271602465e1ccc4e99e1b48f9b789493a2de6 Mon Sep 17 00:00:00 2001 From: Helen Clemson Date: Fri, 14 Jan 2011 11:29:35 +0100 Subject: stemodem: Fix spelling mistake in error message. --- drivers/stemodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/stemodem') 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; } -- cgit v1.2.3