Browse Source

[5095] spelling

Francis Dupont 8 years ago
parent
commit
2131a46712
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/hooks/library_manager_collection.cc

+ 1 - 1
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();
     }