From: Yu Watanabe Date: Thu, 27 Feb 2025 04:26:38 +0000 (+0900) Subject: journal-remote: fix typo X-Git-Tag: v258-rc1~1239 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71427850a36e388eb4c085344ef6ada2e8a08905;p=thirdparty%2Fsystemd.git journal-remote: fix typo Follow-up for c259c9e25329c93cb1b7363f89d917ffa5ce57c1. --- diff --git a/src/journal-remote/journal-compression-util.c b/src/journal-remote/journal-compression-util.c index fda0fae7de4..7e0e5a1751c 100644 --- a/src/journal-remote/journal-compression-util.c +++ b/src/journal-remote/journal-compression-util.c @@ -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;