spelling correction in error message
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Oct 2015 11:29:51 +0000 (07:29 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Oct 2015 11:32:56 +0000 (07:32 -0400)
libs/surfaces/mackie/device_profile.cc

index d71d6d9888ea34f2dca7ef9c2d047844504ba4cf..46e13f90b8c26aaca9f34436537a6a5bee3bab98 100644 (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;
                                }