Parcourir la source

spelling: uninstall

Josh Soref il y a 7 ans
Parent
commit
fd82e30929
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/config/tests/command_mgr_unittests.cc

+ 1 - 1
src/lib/config/tests/command_mgr_unittests.cc

@@ -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);