Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Nov 12, 2017
1 parent 738975f commit d8ae5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vint/ast/dictionary/autocmd_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


@unique
class AutocmdEvents(Enum):
class AutoCmdEvents(Enum):
BUF_ADD = 'BufAdd'
BUF_CREATE = 'BufCreate'
BUF_DELETE = 'BufDelete'
Expand Down

0 comments on commit d8ae5eb

Please sign in to comment.