1
0
forked from aniani/vim

patch 8.2.2160: various typos

Problem:    Various typos.
Solution:   Fix spelling mistakes. (closes #7494)
This commit is contained in:
Bram Moolenaar
2020-12-18 19:49:56 +01:00
parent 3beaf9cd8e
commit 8e7d6223f6
39 changed files with 54 additions and 51 deletions

View File

@@ -2138,7 +2138,7 @@ restore_backup:
if (!checking_conversion)
{
#if defined(UNIX) && defined(HAVE_FSYNC)
// On many journalling file systems there is a bug that causes both the
// On many journaling file systems there is a bug that causes both the
// original and the backup file to be lost when halting the system
// right after writing the file. That's because only the meta-data is
// journalled. Syncing the file slows down the system, but assures it