]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: uninstall
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:09:47 +0000 (17:09 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:09:47 +0000 (17:09 -0400)
src/lib/config/tests/command_mgr_unittests.cc

index a927df5f86d40fe6a5a9d52c02810bfea2b997f0..59682cd84f82808cdc1af2f80d9b5801ee86771e 100644 (file)
@@ -247,7 +247,7 @@ TEST_F(CommandMgrTest, listCommands) {
     EXPECT_THROW(CommandMgr::instance().deregisterCommand("make-a-coffee"),
                  InvalidCommandName);
 
-    // You can't unistall list-commands as it's the internal handler.
+    // You can't uninstall list-commands as it's the internal handler.
     // It always must be there.
     EXPECT_THROW(CommandMgr::instance().deregisterCommand("list-commands"),
                  InvalidCommandName);