]> git.mxchange.org Git - friendica.git/commitdiff
spelling: object
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:33:52 +0000 (18:33 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 27 Mar 2023 00:04:07 +0000 (20:04 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Model/Log/ParsedLogIterator.php

index a45b67176961b47f74ded3fb5f5fc3d54dcb6b5d..d238920e4d8679378cc017b860db914d286f6ca5 100644 (file)
@@ -25,7 +25,7 @@ use Friendica\Util\ReversedFileReader;
 use Friendica\Object\Log\ParsedLogLine;
 
 /**
- * An iterator which returns `\Friendica\Objec\Log\ParsedLogLine` instances
+ * An iterator which returns `\Friendica\Object\Log\ParsedLogLine` instances
  *
  * Uses `\Friendica\Util\ReversedFileReader` to fetch log lines
  * from newest to oldest.