stemodem: Fix spelling mistake in error message.

This commit is contained in:
Helen Clemson 2011-01-14 11:29:35 +01:00 committed by Marcel Holtmann
parent ab55a635e1
commit 5242716024
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}