Blame SOURCES/0146-man-fix-typos-in-previous-comimt.patch

17b0f1
From 363e3817cc3462c42e837677768f10fa549966f7 Mon Sep 17 00:00:00 2001
17b0f1
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
17b0f1
Date: Sat, 9 May 2015 19:46:15 -0400
17b0f1
Subject: [PATCH] man: fix typos in previous comimt
17b0f1
17b0f1
Cherry-picked from: 7703bd4d
17b0f1
Resolves: #1177336
17b0f1
---
17b0f1
 man/journald.conf.xml | 6 +++---
17b0f1
 1 file changed, 3 insertions(+), 3 deletions(-)
17b0f1
17b0f1
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
17b0f1
index abfe3130dd..2cbe58bc15 100644
17b0f1
--- a/man/journald.conf.xml
17b0f1
+++ b/man/journald.conf.xml
17b0f1
@@ -361,7 +361,7 @@
17b0f1
     <title>Forwarding to traditional syslog daemons</title>
17b0f1
 
17b0f1
     <para>
17b0f1
-      Journal events can be transfered to a different logging daemon
17b0f1
+      Journal events can be transferred to a different logging daemon
17b0f1
       in two different ways. In the first method, messages are
17b0f1
       immediately forwarded to a socket
17b0f1
       (<filename>/run/systemd/journal/syslog</filename>), where the
17b0f1
@@ -375,9 +375,9 @@
17b0f1
       to access all messages since the start of the system. In
17b0f1
       addition, full structured meta-data is available to it. This
17b0f1
       method of course is available only if the messages are stored in
17b0f1
-      a journal file at all. So it will work if
17b0f1
+      a journal file at all. So it will not work if
17b0f1
       <varname>Storage=none</varname> is set. It should be noted that
17b0f1
-      usualy the <emphasis>second</emphasis> method is used by syslog
17b0f1
+      usually the <emphasis>second</emphasis> method is used by syslog
17b0f1
       daemons, so the <varname>Storage=</varname> option, and not the
17b0f1
       <varname>ForwardToSyslog=</varname> option, is relevant for them.
17b0f1
     </para>