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 /inc | |
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 'inc')
-rw-r--r-- | inc/RemoteAPICore.php | 6 | ||||
-rw-r--r-- | inc/actions.php | 2 | ||||
-rw-r--r-- | inc/media.php | 2 |
3 files changed, 5 insertions, 5 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', 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'; diff --git a/inc/media.php b/inc/media.php index a9f6be771..6b87960e1 100644 --- a/inc/media.php +++ b/inc/media.php @@ -1484,7 +1484,7 @@ function media_printfile_thumbs($item,$auth,$jump=false,$display_namespace=false } /** - * Prints a thumbnail and metainfos + * Prints a thumbnail and metainfo */ function media_printimgdetail($item, $fullscreen=false){ // prepare thumbnail |