]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5095] spelling
authorFrancis Dupont <fdupont@isc.org>
Sun, 1 Jan 2017 11:47:25 +0000 (12:47 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 1 Jan 2017 11:47:25 +0000 (12:47 +0100)
src/lib/hooks/library_manager_collection.cc

index 1cdc55a1c2fed3fcef13c5b79f3be8b5cbba1873..ea195ce57c8a048623b0c0f16dd4c43680c54150 100644 (file)
@@ -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();
     }