]> git.mxchange.org Git - friendica.git/commitdiff
Typo
authorPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 00:23:20 +0000 (01:23 +0100)
committerPierre Rudloff <contact@rudloff.pro>
Sat, 23 Dec 2017 00:23:20 +0000 (01:23 +0100)
include/api.php

index 07c83f862560a6caac82de3b1990565853432fd5..e561f397c0480fb2909b4b82a9566ab7647b21bc 100644 (file)
@@ -399,7 +399,7 @@ function api_call(App $a)
  *
  * @param string $type Return type (xml, json, rss, as)
  * @param object $e    HTTPException Error object
- * @return strin error message formatted as $type
+ * @return string error message formatted as $type
  */
 function api_error($type, $e)
 {