0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.4046: some error messages not in the right place

Problem:    Some error messages not in the right place.
Solution:   Adjust the errors file.  Fix typo.
This commit is contained in:
Bram Moolenaar
2022-01-08 21:38:52 +00:00
parent 782b43d894
commit b2810f123c
4 changed files with 13 additions and 4 deletions

View File

@@ -320,7 +320,7 @@ tv_get_float_chk(typval_T *varp, int *error)
emsg(_(e_using_dictionary_as_float));
break;
case VAR_BOOL:
emsg(_(e_using_boolean_valud_as_float));
emsg(_(e_using_boolean_value_as_float));
break;
case VAR_SPECIAL:
emsg(_(e_using_special_value_as_float));