Browse Source

spelling: previous

Josh Soref 7 years ago
parent
commit
95c62d571d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/lfc/lfc_controller.cc

+ 1 - 1
src/bin/lfc/lfc_controller.cc

@@ -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 ':':