From a96fc72dbf452ed2582db09f1de4a29393a6c8c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 8 Dec 2021 13:49:17 +0100 Subject: [PATCH] journal: succes[s]fully typo As found by fossies codespell: https://fossies.org/linux/test/systemd-main.bb916f3.211208.tar.gz/codespell.html --- src/journal/journald-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/journal/journald-file.c b/src/journal/journald-file.c index be3fc1615a8..2d263f2cb6e 100644 --- a/src/journal/journald-file.c +++ b/src/journal/journald-file.c @@ -160,7 +160,7 @@ static void journald_file_set_offline_internal(JournaldFile *f) { (void) fsync(f->file->fd); /* If we've archived the journal file, first try to re-enable COW on the file. If the - * FS_NOCOW_FL flag was never set or we succesfully removed it, continue. If we fail + * FS_NOCOW_FL flag was never set or we successfully removed it, continue. If we fail * to remove the flag on the archived file, rewrite the file without the NOCOW flag. * We need this fallback because on some filesystems (BTRFS), the NOCOW flag cannot * be removed after data has been written to a file. The only way to remove it is to -- 2.47.3