]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: previous
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:35:45 +0000 (15:35 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:35:45 +0000 (15:35 -0400)
src/bin/lfc/lfc_controller.cc

index 4157e2010cc599c64c487fcc97eba0522512464b..0a4b12ce74458a86d20e3821676c940a52a69857 100644 (file)
@@ -236,7 +236,7 @@ LFCController::parseArgs(int argc, char* argv[]) {
 
         case '?':
             // Unknown argument
-            // note this will catch all the prevous ... name missing
+            // note this will catch all the previous ... name missing
             isc_throw(InvalidUsage, "Unknown argument");
 
         case ':':