summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-12-04 11:57:55 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-02-09 17:57:41 +0100
commitf7862b2a009fd2ec6ccc35d3899f55bebb988c25 (patch)
treea439b240b5c2577863d77248915f10f898f004f6 /src/libsystemd/sd-journal
parenttmpfiles: break long log invocations and comments (diff)
downloadsystemd-f7862b2a009fd2ec6ccc35d3899f55bebb988c25.tar.xz
systemd-f7862b2a009fd2ec6ccc35d3899f55bebb988c25.zip
tree-wide: use normal spelling of "reopen"
It's a commonly used verb meaning "to open again".
Diffstat (limited to 'src/libsystemd/sd-journal')
-rw-r--r--src/libsystemd/sd-journal/test-journal-interleaving.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-journal/test-journal-interleaving.c b/src/libsystemd/sd-journal/test-journal-interleaving.c
index 8aeef8f607..eac1af2f7b 100644
--- a/src/libsystemd/sd-journal/test-journal-interleaving.c
+++ b/src/libsystemd/sd-journal/test-journal-interleaving.c
@@ -502,7 +502,7 @@ static void test_sequence_numbers_one(void) {
test_close(one);
/* If the machine-id is not initialized, the header file verification
- * (which happens when re-opening a journal file) will fail. */
+ * (which happens when reopening a journal file) will fail. */
if (sd_id128_get_machine(NULL) >= 0) {
/* restart server */
seqnum = 0;