From 95c62d571d724f20fd8e3bc01a5a447af039883e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 15:35:45 -0400 Subject: [PATCH] spelling: previous --- src/bin/lfc/lfc_controller.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lfc/lfc_controller.cc b/src/bin/lfc/lfc_controller.cc index 4157e2010c..0a4b12ce74 100644 --- a/src/bin/lfc/lfc_controller.cc +++ b/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 ':': -- 2.47.2