diff --git a/src/plugins/helloworld/helloworldplugin.cpp b/src/plugins/helloworld/helloworldplugin.cpp
index 06d9973d378fd151d3c053237fbdb263cbd2e5b2..637ba20554e18e7d124258e1d459cb3ca30130be 100644
--- a/src/plugins/helloworld/helloworldplugin.cpp
+++ b/src/plugins/helloworld/helloworldplugin.cpp
@@ -125,7 +125,7 @@ bool HelloWorldPlugin::initialize(const QStringList &arguments, QString *error_m
 }
 
 /*! Notification that all extensions that this plugin depends on have been
-    initialized. The dependencies are defined in the plugins .qwp file.
+    initialized. The dependencies are defined in the plugins .pluginspec file.
 
     Normally this method is used for things that rely on other plugins to have
     added objects to the plugin manager, that implement interfaces that we're