diff options
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 7a4d3ffba7..faee80456a 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -268,7 +268,7 @@ bool PluginManager::tryLoadPlugin(Plugin *plugin) { assert(plugin); // Try to load the plugin if (plugin->loadPlugin()) { - // If succesful, add it to the list of known plugins and return. + // If successful, add it to the list of known plugins and return. _plugins.push_back(plugin); return true; } else { |