From: Josh Soref Date: Sun, 23 Jul 2017 21:09:47 +0000 (-0400) Subject: spelling: uninstall X-Git-Tag: trac5124a_base~35^2~14 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd82e30929bf3f1b93007fe640cea0b9e0aa828b;p=thirdparty%2Fkea.git spelling: uninstall --- diff --git a/src/lib/config/tests/command_mgr_unittests.cc b/src/lib/config/tests/command_mgr_unittests.cc index a927df5f86..59682cd84f 100644 --- a/src/lib/config/tests/command_mgr_unittests.cc +++ b/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);