diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-11-13 13:52:38 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-11-13 13:52:38 -0800 |
commit | 8c6972a8f03b0f7b61f8f8f372695fe8f1d2e72a (patch) | |
tree | 5d129906bd849e64ebd35dc0b74cddb788a4cb51 /lib/exe | |
parent | 9296ab00208b22f5c532cee07622ad5c9aeec6ff (diff) | |
parent | 5381a7ee4e6527c7d6d6af67134ef92ba97f8745 (diff) | |
download | rpg-8c6972a8f03b0f7b61f8f8f372695fe8f1d2e72a.tar.gz rpg-8c6972a8f03b0f7b61f8f8f372695fe8f1d2e72a.tar.bz2 |
Merge pull request #423 from glensc/no-infos
remove 'infos' misspelling
Diffstat (limited to 'lib/exe')
-rw-r--r-- | lib/exe/detail.php | 2 |
1 files changed, 1 insertions, 1 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()); |