From 8e7d6223f630690b72b387eaed704bf01f3f29d2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 18 Dec 2020 19:49:56 +0100 Subject: patch 8.2.2160: various typos Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494) --- src/bufwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bufwrite.c') diff --git a/src/bufwrite.c b/src/bufwrite.c index d9f85a3a38..c6d882cd5f 100644 --- a/src/bufwrite.c +++ b/src/bufwrite.c @@ -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 -- cgit v1.2.3