diff options
author | Daniel Hahler <github@thequod.de> | 2018-02-25 20:14:32 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-25 20:14:32 +0100 |
commit | f588113191e54905ae75ecc4b5991586d5aea240 (patch) | |
tree | bf21cb0fa6680ef4edfb95d6b63aef375c72c119 /src/nvim/shada.c | |
parent | 158f8b7ce3051127918148f7f8e9892a4c9ae34f (diff) | |
download | rneovim-f588113191e54905ae75ecc4b5991586d5aea240.tar.gz rneovim-f588113191e54905ae75ecc4b5991586d5aea240.tar.bz2 rneovim-f588113191e54905ae75ecc4b5991586d5aea240.zip |
shada: fix typo (#8066)
Diffstat (limited to 'src/nvim/shada.c')
-rw-r--r-- | src/nvim/shada.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/shada.c b/src/nvim/shada.c index c00fd912ec..a1ce00f665 100644 --- a/src/nvim/shada.c +++ b/src/nvim/shada.c @@ -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); |