chiark / gitweb /
tree-wide: spelling fixes
[elogind.git] / src / journal / journalctl.c
index b2f6966fcabb63e40f4b7c44c7e2778f91e3b629..7b67bc1dab950d76e1cf5ac7e10457d502197659 100644 (file)
@@ -1691,7 +1691,7 @@ static int flush_to_var(void) {
                         break;
 
                 if (errno != ENOENT)
-                        return log_error_errno(errno, "Failed to check for existance of /run/systemd/journal/flushed: %m");
+                        return log_error_errno(errno, "Failed to check for existence of /run/systemd/journal/flushed: %m");
 
                 r = fd_wait_for_event(watch_fd, POLLIN, USEC_INFINITY);
                 if (r < 0)