diff --git a/src/libprojectM/PresetFactoryManager.hpp b/src/libprojectM/PresetFactoryManager.hpp index e2ada9a28..8421549a7 100644 --- a/src/libprojectM/PresetFactoryManager.hpp +++ b/src/libprojectM/PresetFactoryManager.hpp @@ -40,7 +40,7 @@ class PresetFactoryManager { /// Requests a factory given a preset extension type /// \param extension a string denoting the preset suffix type - /// \throws a PresetFactoryException if the extension is unhandled + /// \throws PresetFactoryException if the extension is unhandled /// \returns a valid preset factory associated with the extension PresetFactory & factory(const std::string & extension);