mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
shada: fix typo (#8066)
This commit is contained in:

committed by
Justin M. Keyes

parent
158f8b7ce3
commit
f588113191
@@ -2992,7 +2992,7 @@ shada_write_file_nomerge: {}
|
||||
} else {
|
||||
if (sw_ret == kSDWriteReadNotShada) {
|
||||
EMSG3(_(RNERR "Did not rename %s because %s "
|
||||
"does not looks like a ShaDa file"), tempname, fname);
|
||||
"does not look like a ShaDa file"), tempname, fname);
|
||||
} else {
|
||||
EMSG3(_(RNERR "Did not rename %s to %s because there were errors "
|
||||
"during writing it"), tempname, fname);
|
||||
|
Reference in New Issue
Block a user