Fix typo in error const enum

This commit is contained in:
Mickael Remond 2019-06-26 16:21:18 +02:00
parent 445bb8efa3
commit 0acf824217
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -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"
) )