From 957caaae77399aaf02caf0a38a0acf5d6d9ab71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Tue, 2 Oct 2012 19:28:58 +0200 Subject: [PATCH] fix grammar in apidocs --- pluginloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluginloader.h b/pluginloader.h index 3a648e50e..d20bdcae1 100644 --- a/pluginloader.h +++ b/pluginloader.h @@ -43,7 +43,7 @@ class PluginLoaderPrivate; * default PluginLoader implementation will be used. The reimplemented version should * not do more than simply returning a loaded plugin. It should not init() it, and it should not * hang on to it. The associated methods will be called only when a component of Plasma - * needs to load a _new_ plugin. (e.g. DataEngine does it's own caching). + * needs to load a _new_ plugin. (e.g. DataEngine does its own caching). * * @author Ryan Rix * @since 4.6