]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: succes[s]fully typo
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Wed, 8 Dec 2021 12:49:17 +0000 (13:49 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 8 Dec 2021 13:23:56 +0000 (13:23 +0000)
As found by fossies codespell:
https://fossies.org/linux/test/systemd-main.bb916f3.211208.tar.gz/codespell.html

src/journal/journald-file.c

index be3fc1615a821ed97f9771b54acbd5af6723a27d..2d263f2cb6e4fa21ac89a4d9d3eb7d7e84d5387e 100644 (file)
@@ -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