diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2013-11-13 22:52:40 +0200 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2013-11-13 22:52:40 +0200 |
commit | 5381a7ee4e6527c7d6d6af67134ef92ba97f8745 (patch) | |
tree | 5d129906bd849e64ebd35dc0b74cddb788a4cb51 /inc/RemoteAPICore.php | |
parent | 9296ab00208b22f5c532cee07622ad5c9aeec6ff (diff) | |
download | rpg-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/RemoteAPICore.php')
-rw-r--r-- | inc/RemoteAPICore.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php index 74c6689ac..2eb8ea403 100644 --- a/inc/RemoteAPICore.php +++ b/inc/RemoteAPICore.php @@ -88,12 +88,12 @@ class RemoteAPICore { ), 'wiki.getPageInfo' => array( 'args' => array('string'), 'return' => 'array', - 'doc' => 'Returns a struct with infos about the page.', + 'doc' => 'Returns a struct with info about the page.', 'name' => 'pageInfo' ), 'wiki.getPageInfoVersion' => array( 'args' => array('string', 'int'), 'return' => 'array', - 'doc' => 'Returns a struct with infos about the page.', + 'doc' => 'Returns a struct with info about the page.', 'name' => 'pageInfo' ), 'wiki.getPageVersions' => array( 'args' => array('string', 'int'), @@ -136,7 +136,7 @@ class RemoteAPICore { ), 'wiki.getAttachmentInfo' => array( 'args' => array('string'), 'return' => 'array', - 'doc' => 'Returns a struct with infos about the attachment.' + 'doc' => 'Returns a struct with info about the attachment.' ), 'dokuwiki.getXMLRPCAPIVersion' => array( 'args' => array(), 'name' => 'getAPIVersion', |