summaryrefslogtreecommitdiffstats
path: root/drivers/stemodem/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/stemodem/voicecall.c')
-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;
}