From f1c8dc6521952ed501aa062ead1b0e5bdceaa25c Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Sun, 28 Feb 2010 14:37:11 +0100
Subject: [PATCH] Fix outdated documentation in helloworldplugin

---
 src/plugins/helloworld/helloworldplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/helloworld/helloworldplugin.cpp b/src/plugins/helloworld/helloworldplugin.cpp
index 06d9973d378..637ba20554e 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
-- 
GitLab