]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:30:35 +0000 (11:30 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 10:30:35 +0000 (11:30 +0100)
src/bin/dhcp4/main.cc

index 9c7d6148ee62a1a8c7896874b60948d890c13142..4a50cf5f42f8069c547bf2ca12dcf2007f81154c 100644 (file)
@@ -152,8 +152,9 @@ main(int argc, char* argv[]) {
                 log_manager.process();
                 LOG_ERROR(dhcp4_logger, DHCP4_INIT_FAIL).arg(ex.what());
             } catch (...) {
-                // The exeption thrown during the initialization could originate
-                // from logger subsystem. Therefore LOG_ERROR() may fail as well.
+                // The exception thrown during the initialization could
+                // originate from logger subsystem. Therefore LOG_ERROR()
+                // may fail as well.
                 cerr << "Failed to initialize server: " << ex.what() << endl;
             }