summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal/journal-file.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-03-28 18:21:51 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-28 18:21:51 +0200
commit288bd406200bb32f288ea076c844c9b28fbe15ed (patch)
tree3edac9b59fbc2166121a8eabb69ea885ae078113 /src/libsystemd/sd-journal/journal-file.c
parentUpdate NEWS (diff)
downloadsystemd-288bd406200bb32f288ea076c844c9b28fbe15ed.tar.xz
systemd-288bd406200bb32f288ea076c844c9b28fbe15ed.zip
fix typo
Diffstat (limited to 'src/libsystemd/sd-journal/journal-file.c')
-rw-r--r--src/libsystemd/sd-journal/journal-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-journal/journal-file.c b/src/libsystemd/sd-journal/journal-file.c
index 15e4f76834..b0f552500c 100644
--- a/src/libsystemd/sd-journal/journal-file.c
+++ b/src/libsystemd/sd-journal/journal-file.c
@@ -1939,7 +1939,7 @@ static void schedule_post_change(JournalFile *f) {
assert_se(e = sd_event_source_get_event(f->post_change_timer));
- /* If we are aleady going down, post the change immediately. */
+ /* If we are already going down, post the change immediately. */
if (IN_SET(sd_event_get_state(e), SD_EVENT_EXITING, SD_EVENT_FINISHED))
goto fail;