From: Francis Dupont Date: Thu, 22 Jan 2015 10:30:35 +0000 (+0100) Subject: spelling X-Git-Tag: trac3712_base~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64be5280b9c011b203a99342a0ebbde2114b32d7;p=thirdparty%2Fkea.git spelling --- diff --git a/src/bin/dhcp4/main.cc b/src/bin/dhcp4/main.cc index 9c7d6148ee..4a50cf5f42 100644 --- a/src/bin/dhcp4/main.cc +++ b/src/bin/dhcp4/main.cc @@ -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; }