]> git.mxchange.org Git - friendica.git/commitdiff
Typo
authorPierre Rudloff <contact@rudloff.pro>
Sat, 7 Apr 2018 20:37:57 +0000 (22:37 +0200)
committerPierre Rudloff <contact@rudloff.pro>
Sat, 7 Apr 2018 20:37:57 +0000 (22:37 +0200)
include/api.php

index 01eb79cd4e49c31e0f774f96ba7c3630d37c565e..f807e2cb158e4af963ecb21fab34e56a891cda28 100644 (file)
@@ -1702,7 +1702,7 @@ function api_statuses_home_timeline($type)
        unset($_GET["screen_name"]);
 
        $user_info = api_get_user($a);
-       // get last newtork messages
+       // get last network messages
 
        // params
        $count = (x($_REQUEST, 'count') ? $_REQUEST['count'] : 20);
@@ -1798,7 +1798,7 @@ function api_statuses_public_timeline($type)
        }
 
        $user_info = api_get_user($a);
-       // get last newtork messages
+       // get last network messages
 
        // params
        $count = (x($_REQUEST, 'count') ? $_REQUEST['count'] : 20);
@@ -2270,7 +2270,7 @@ function api_statuses_mentions($type)
        unset($_GET["screen_name"]);
 
        $user_info = api_get_user($a);
-       // get last newtork messages
+       // get last network messages
 
 
        // params
@@ -3354,7 +3354,6 @@ function api_lists_statuses($type)
        unset($_GET["screen_name"]);
 
        $user_info = api_get_user($a);
-       // get last newtork messages
        if (!x($_REQUEST, 'list_id')) {
                throw new BadRequestException('list_id not specified');
        }