spelling: occurred

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:07:50 -04:00
parent 57f4b5fc0a
commit a8402109b1
2 changed files with 2 additions and 2 deletions

View 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

View 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;