summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2013-11-13 22:52:40 +0200
committerElan Ruusamäe <glen@delfi.ee>2013-11-13 22:52:40 +0200
commit5381a7ee4e6527c7d6d6af67134ef92ba97f8745 (patch)
tree5d129906bd849e64ebd35dc0b74cddb788a4cb51 /lib
parent9296ab00208b22f5c532cee07622ad5c9aeec6ff (diff)
downloadrpg-5381a7ee4e6527c7d6d6af67134ef92ba97f8745.tar.gz
rpg-5381a7ee4e6527c7d6d6af67134ef92ba97f8745.tar.bz2
remove 'infos' misspelling
http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
Diffstat (limited to 'lib')
-rw-r--r--lib/exe/detail.php2
-rw-r--r--lib/plugins/acl/admin.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/exe/detail.php b/lib/exe/detail.php
index e3c81d877..cd3f362ad 100644
--- a/lib/exe/detail.php
+++ b/lib/exe/detail.php
@@ -6,7 +6,7 @@ require_once(DOKU_INC.'inc/init.php');
$IMG = getID('media');
$ID = cleanID($INPUT->str('id'));
-// this makes some general infos available as well as the info about the
+// this makes some general info available as well as the info about the
// "parent" page
$INFO = array_merge(pageinfo(),mediainfo());
diff --git a/lib/plugins/acl/admin.php b/lib/plugins/acl/admin.php
index b24981d91..6c7c28ff6 100644
--- a/lib/plugins/acl/admin.php
+++ b/lib/plugins/acl/admin.php
@@ -345,7 +345,7 @@ class admin_plugin_acl extends DokuWiki_Admin_Plugin {
}
/**
- * Print infos and editor
+ * Print info and editor
*/
function _html_info(){
global $ID;