summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-11-17 10:50:27 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-11-17 10:50:36 +0100
commit9fd2a757fa0c25c72c6d8927924d0a8668e948c4 (patch)
tree077469675138a40371ceb22914d01e9d5a1871b8 /src
parentc62da01478822daa9837529916b3290ab07fd7a3 (diff)
Fix had -> add.
Diffstat (limited to 'src')
-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()) {