Some typos fixed.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user