diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-01-06 21:31:14 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-01-06 21:31:14 +0100 |
commit | cf37525f0abe7425193f3ec2bf426cf834a949a3 (patch) | |
tree | 820cb4162967485d07d5709733f6e3328fdc637b /lib | |
parent | 189c9cabe204e2493f7d44f66361ad167f7e1c02 (diff) | |
download | rpg-cf37525f0abe7425193f3ec2bf426cf834a949a3.tar.gz rpg-cf37525f0abe7425193f3ec2bf426cf834a949a3.tar.bz2 |
typo fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/extension/helper/extension.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/helper/extension.php b/lib/plugins/extension/helper/extension.php index 3f4906463..1676e3962 100644 --- a/lib/plugins/extension/helper/extension.php +++ b/lib/plugins/extension/helper/extension.php @@ -632,7 +632,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin { /** * Uninstall the extension * - * @return bool If the plugin was sucessfully installed + * @return bool If the plugin was sucessfully uninstalled */ public function uninstall() { $this->purgeCache(); |