summaryrefslogtreecommitdiff
path: root/src/plugincontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugincontainer.cpp')
-rw-r--r--src/plugincontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugincontainer.cpp b/src/plugincontainer.cpp
index 03950413..8c2ece76 100644
--- a/src/plugincontainer.cpp
+++ b/src/plugincontainer.cpp
@@ -167,7 +167,7 @@ std::vector<IPlugin*> PluginRequirements::children() const
// Not checking master() but requirements().master() due to "hidden"
// masters.
// If the master has the same name as the plugin, this is a "hidden"
- // master, we do not had it here.
+ // master, we do not add it here.
if (plugin
&& m_PluginContainer->requirements(plugin).master() == m_Plugin
&& plugin->name() != m_Plugin->name()) {