From fd9e5fc5c4a7e7fb90226daa5ce2d4f0f9ad59e7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:38 -0400 Subject: [PATCH] spelling: system Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/Conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Conversation.php b/src/Model/Conversation.php index 59936414c7..3fa17228d6 100644 --- a/src/Model/Conversation.php +++ b/src/Model/Conversation.php @@ -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; /**