]> git.mxchange.org Git - friendica.git/commitdiff
spelling: occurred
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:50 +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/Probe.php

index a33cd53b86faba53252f2bfa1af63a26f66e5bb8..8de2993568e8676be49cae51b83d6887827f177e 100644 (file)
@@ -646,7 +646,7 @@ On error:
 
 * 403 FORBIDDEN: if not authenticated
 * 400 BADREQUEST: "no albumname specified", "album not available"
-* 500 INTERNALSERVERERROR: "problem with deleting item occured", "unknown error - deleting from database failed"
+* 500 INTERNALSERVERERROR: "problem with deleting item occurred", "unknown error - deleting from database failed"
 
 ### POST api/friendica/photoalbum/update
 
index 02498827e8c996575f979ebcba99ffbfad673263..041e227a4dbaff4ee6c10f70c32c73d020a0ceba 100644 (file)
@@ -63,7 +63,7 @@ class Probe
        private static $baseurl;
 
        /**
-        * @var boolean Whether a timeout has occured
+        * @var boolean Whether a timeout has occurred
         */
        private static $isTimeout;