13
0

spelling correction in error message

This commit is contained in:
Paul Davis 2015-10-02 07:29:51 -04:00
parent 544815721f
commit d28c8c9bb4

View File

@ -157,7 +157,7 @@ DeviceProfile::set_state (const XMLNode& node, int /* version */)
int id = Button::name_to_id (prop->value());
if (id < 0) {
error << string_compose ("Unknow button ID \"%1\"", prop->value()) << endmsg;
error << string_compose ("Unknown button ID \"%1\"", prop->value()) << endmsg;
continue;
}