spelling: system

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:38 -04:00
parent aa9ff41311
commit fd9e5fc5c4
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class Conversation
*/ */
const UNKNOWN = 0; const UNKNOWN = 0;
/** /**
* The message had been pushed to this sytem * The message had been pushed to this system
*/ */
const PUSH = 1; const PUSH = 1;
/** /**