]> git.mxchange.org Git - friendica.git/commitdiff
spelling: omitted
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:52 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:15 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
doc/API-Friendica.md
src/Network/HTTPClient/Response/CurlResult.php

index 8de2993568e8676be49cae51b83d6887827f177e..1cd3e8113add73319ea36a94a9658ca15ec91350 100644 (file)
@@ -305,7 +305,7 @@ Returns [Private Messages](help/API-Entities#Private+message) matching the provi
 #### Parameters
 
 * `searchstring`: string for which the API call should search as '%searchstring%' in field 'body' of all messages of the authenticated user (caption ignored)
-* `getText` (optional): `plain`|`html` If ommited, the title is prepended to the plaintext body in the `text` attribute of the private message objects.
+* `getText` (optional): `plain`|`html` If omitted, the title is prepended to the plaintext body in the `text` attribute of the private message objects.
 * `getUserObjects` (optional): `true`|`false` If `false`, the `sender` and `recipient` attributes of the private message object are absent.
 
 #### Return values
index f187fb62ab309fcbb9e3f9178bc0186e4fc311c0..9db2f1304f1a576069d0fe17f5e69edbf824aa0b 100644 (file)
@@ -216,7 +216,7 @@ class CurlResult implements ICanHandleHttpResponses
                                $parts = [];
                        }
 
-                       /// @todo Checking the corresponding RFC which parts of a redirect can be ommitted.
+                       /// @todo Checking the corresponding RFC which parts of a redirect can be omitted.
                        $components = ['scheme', 'host', 'path', 'query', 'fragment'];
                        foreach ($components as $component) {
                                if (empty($redirect_parts[$component]) && !empty($parts[$component])) {