From: Francis Dupont Date: Sun, 1 Jan 2017 11:47:25 +0000 (+0100) Subject: [5095] spelling X-Git-Tag: trac3590_base~15^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2131a4671202bdc54af1a35bef7dc3f3e00c490a;p=thirdparty%2Fkea.git [5095] spelling --- diff --git a/src/lib/hooks/library_manager_collection.cc b/src/lib/hooks/library_manager_collection.cc index 1cdc55a1c2..ea195ce57c 100644 --- a/src/lib/hooks/library_manager_collection.cc +++ b/src/lib/hooks/library_manager_collection.cc @@ -64,7 +64,7 @@ LibraryManagerCollection::loadLibraries() { // link (LibraryManager -> CalloutManager) is safe. // // To survive reloads an attempt to re-use the shared manager - // is performed when the list of library is empty. + // is performed when the list of library names is empty. if (library_names_.empty()) { callout_manager_ = CalloutManager::getSharedManager(); }