Some typos fixed.

This commit is contained in:
Tobias Brunner
2011-02-07 11:39:41 +01:00
parent 2b2eecb6ec
commit 84545f6e7c
13 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ static bool load_keys(settings_t *settings, char *dir)
}
else
{
fprintf(stderr, "unkown key type: '%s'\n", type);
fprintf(stderr, "unknown key type: '%s'\n", type);
enumerator->destroy(enumerator);
return FALSE;
}
+1 -1
View File
@@ -85,7 +85,7 @@ METHOD(listener_t, message, bool,
}
else
{
DBG1(DBG_CFG, "unkown payload to sort: '%s', skipped", name);
DBG1(DBG_CFG, "unknown payload to sort: '%s', skipped", name);
}
}
order->destroy(order);