Fix typo: Baloon -> Balloon

This commit is contained in:
Ben Jackson 2021-01-08 22:48:34 +00:00
commit e5e13ffcdd
2 changed files with 5 additions and 5 deletions

View file

@ -634,7 +634,7 @@ def ParseVariables( variables_list,
return new_variables
def DisplayBaloon( is_term, display, is_hover = False ):
def DisplayBalloon( is_term, display, is_hover = False ):
if not is_term:
# To enable the Windows GUI to display the balloon correctly
# Refer https://github.com/vim/vim/issues/1512#issuecomment-492070685