From 71427850a36e388eb4c085344ef6ada2e8a08905 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 27 Feb 2025 13:26:38 +0900 Subject: [PATCH] journal-remote: fix typo Follow-up for c259c9e25329c93cb1b7363f89d917ffa5ce57c1. --- src/journal-remote/journal-compression-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3