mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-12 21:03:44 -08:00
Fix typo in error const enum
This commit is contained in:
@@ -8,6 +8,6 @@ const (
|
|||||||
ErrorTypeAuth ErrorType = "auth"
|
ErrorTypeAuth ErrorType = "auth"
|
||||||
ErrorTypeCancel ErrorType = "cancel"
|
ErrorTypeCancel ErrorType = "cancel"
|
||||||
ErrorTypeContinue ErrorType = "continue"
|
ErrorTypeContinue ErrorType = "continue"
|
||||||
ErrorTypeModify ErrorType = "motify"
|
ErrorTypeModify ErrorType = "modify"
|
||||||
ErrorTypeWait ErrorType = "wait"
|
ErrorTypeWait ErrorType = "wait"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user