]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal-remote: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Feb 2025 04:26:38 +0000 (13:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 27 Feb 2025 04:37:20 +0000 (13:37 +0900)
Follow-up for c259c9e25329c93cb1b7363f89d917ffa5ce57c1.

src/journal-remote/journal-compression-util.c

index fda0fae7de45c87e0eff579851eb065171a9c468..7e0e5a1751cbaf40f0a3b3d035ff58fa42cddab0 100644 (file)
@@ -51,7 +51,7 @@ int compression_configs_mangle(OrderedHashmap **configs) {
                 return 0;
         }
 
-        /* When compression algorithms are exlicitly specifed, then honor the list. */
+        /* When compression algorithms are explicitly specified, then honor the list. */
         if (!ordered_hashmap_isempty(*configs))
                 return 0;