mirror of
https://github.com/vim/vim.git
synced 2025-10-07 05:54:16 -04:00
patch 8.2.3914: various spelling mistakes in comments
Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pellé, closes #9416)
This commit is contained in:
committed by
Bram Moolenaar
parent
5da36052a4
commit
af4a61a85d
@@ -4718,7 +4718,7 @@ findswapname(
|
||||
* MSDOS compatible filesystem, it is possible that the file
|
||||
* "test.doc.swp" which we create will be exactly the same file. To avoid
|
||||
* this problem we temporarily create "test.doc". Don't do this when the
|
||||
* check below for a 8.3 file name is used.
|
||||
* check below for an 8.3 file name is used.
|
||||
*/
|
||||
if (!(buf->b_p_sn || buf->b_shortname) && buf_fname != NULL
|
||||
&& mch_getperm(buf_fname) < 0)
|
||||
|
Reference in New Issue
Block a user