summaryrefslogtreecommitdiff
path: root/inc/actions.php
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 /inc/actions.php
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 'inc/actions.php')
-rw-r--r--inc/actions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php
index 5a59d852d..50cbe369f 100644
--- a/inc/actions.php
+++ b/inc/actions.php
@@ -53,7 +53,7 @@ function act_dispatch(){
}
}
- //display some infos
+ //display some info
if($ACT == 'check'){
check();
$ACT = 'show';