Parcourir la source

spelling: previous

Josh Soref il y a 7 ans
Parent
commit
95c62d571d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 ':':