]> git.mxchange.org Git - friendica.git/commitdiff
spelling: system
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:38 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Model/Conversation.php

index 59936414c70553707effb88098bca89cb8feab3f..3fa17228d6619ca1aac1c8a8958ef69bfe40d2cb 100644 (file)
@@ -49,7 +49,7 @@ class Conversation
         */
        const UNKNOWN = 0;
        /**
-        * The message had been pushed to this sytem
+        * The message had been pushed to this system
         */
        const PUSH    = 1;
        /**