Skip to content

Commit

Permalink
Typo fix StatusList.php
Browse files Browse the repository at this point in the history
Typo fix from issue #7
  • Loading branch information
Eurobertics committed Feb 20, 2024
1 parent baaaead commit 134c4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/StatusList.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ abstract class StatusList {
const GWEVT_STAGE_INSTANCE_CREATE = 'STAGE_INSTANCE_CREATE';
const GWEVT_STAGE_INSTANCE_DELETE = 'STAGE_INSTANCE_DELETE';
const GWEVT_STGE_INSTANCE_UPDATE = 'STAGE_INSTANCE_UPDATE';
const GWEVT_TYPING_START = 'TYPEING_START';
const GWEVT_TYPING_START = 'TYPING_START';
const GWEVT_USER_UPDATE = 'USER_UPDATE';
const GWEVT_VOICE_STATE_UPDATE = 'VOICE_STATE_UPDATE';
const GWEVT_VOICE_SERVER_UPDATE = 'VOICE_SERVER_UPDATE';
Expand Down

0 comments on commit 134c4a3

Please sign in to comment.