summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-11-13 13:52:38 -0800
committerAndreas Gohr <andi@splitbrain.org>2013-11-13 13:52:38 -0800
commit8c6972a8f03b0f7b61f8f8f372695fe8f1d2e72a (patch)
tree5d129906bd849e64ebd35dc0b74cddb788a4cb51 /doku.php
parent9296ab00208b22f5c532cee07622ad5c9aeec6ff (diff)
parent5381a7ee4e6527c7d6d6af67134ef92ba97f8745 (diff)
downloadrpg-8c6972a8f03b0f7b61f8f8f372695fe8f1d2e72a.tar.gz
rpg-8c6972a8f03b0f7b61f8f8f372695fe8f1d2e72a.tar.bz2
Merge pull request #423 from glensc/no-infos
remove 'infos' misspelling
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/doku.php b/doku.php
index b7d9ec0eb..99fa14fb9 100644
--- a/doku.php
+++ b/doku.php
@@ -47,10 +47,10 @@ $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
$SUF = cleanText($INPUT->post->str('suffix'));
$SUM = $INPUT->post->str('summary');
-//make infos about the selected page available
+//make info about the selected page available
$INFO = pageinfo();
-//export minimal infos to JS, plugins can add more
+//export minimal info to JS, plugins can add more
$JSINFO['id'] = $ID;
$JSINFO['namespace'] = (string) $INFO['namespace'];