Browse Source

spelling: fail

Josh Soref 7 years ago
parent
commit
638a87e718
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/hooks/library_manager_collection.h

+ 1 - 1
src/lib/hooks/library_manager_collection.h

@@ -139,7 +139,7 @@ public:
     ///
     /// @param libraries List of libraries to validate
     ///
-    /// @return Vector of libraries that faled to validate, or an empty vector
+    /// @return Vector of libraries that failed to validate, or an empty vector
     ///         if all validated.
     static std::vector<std::string>
     validateLibraries(const std::vector<std::string>& libraries);