From: Zbigniew Jędrzejewski-Szmek Date: Tue, 2 Oct 2012 07:38:37 +0000 (+0200) Subject: trivial: fix typo X-Git-Tag: v194~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b2e6df73aa508cc09b1b536a2fb9f90f152b89fa trivial: fix typo --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 66d2c6b69..168868794 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -272,7 +272,7 @@ container once with guest or host will link the - journal persistantly if further one + journal persistently if further one the default of auto is used. diff --git a/src/journal/journald-kmsg.c b/src/journal/journald-kmsg.c index 284ace984..4f5e7a0c5 100644 --- a/src/journal/journald-kmsg.c +++ b/src/journal/journald-kmsg.c @@ -411,7 +411,7 @@ int server_open_kernel_seqnum(Server *s) { /* We store the seqnum we last read in an mmaped file. That * way we can just use it like a variable, but it is - * persistant and automatically flushed at reboot. */ + * persistent and automatically flushed at reboot. */ fd = open("/run/systemd/journal/kernel-seqnum", O_RDWR|O_CREAT|O_CLOEXEC|O_NOCTTY|O_NOFOLLOW, 0644); if (fd < 0) {