From: Francis Dupont Date: Wed, 1 Mar 2017 23:00:31 +0000 (+0100) Subject: [4501] spelling X-Git-Tag: trac5087_base~2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ceb1ba084e3ec59897feb9edcadae4f3024bfa3f;p=thirdparty%2Fkea.git [4501] spelling --- diff --git a/src/bin/lfc/lfc_controller.cc b/src/bin/lfc/lfc_controller.cc index 844781453c..dacf9e3154 100644 --- a/src/bin/lfc/lfc_controller.cc +++ b/src/bin/lfc/lfc_controller.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2015,2017 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -163,12 +163,12 @@ LFCController::parseArgs(int argc, char* argv[]) { break; case 'v': - // Print just Kea vesion and exit. + // Print just Kea version and exit. std::cout << getVersion(false) << std::endl; exit(EXIT_SUCCESS); case 'V': - // Print extended Kea vesion and exit. + // Print extended Kea version and exit. std::cout << getVersion(true) << std::endl; exit(EXIT_SUCCESS);