]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Conversation.php
Merge branch '2023.03-rc' into stable
[friendica.git] / src / Model / Conversation.php
index ef486207983b448ca32105032c1169b02a955c2c..3fa17228d6619ca1aac1c8a8958ef69bfe40d2cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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;
        /**