plymouth/docs-fix-some-typos.patch
songnannan b411777e51 init
2019-12-28 09:27:13 +08:00

43 lines
1.4 KiB
Diff

From 179ba1e0d81795c355344a1a1482afdc889aaa21 Mon Sep 17 00:00:00 2001
From: qiangzhao <zhaoqiangx@gmail.com>
Date: Thu, 31 May 2018 15:58:11 +0800
Subject: [PATCH 032/142] docs: fix some typos
There are few word spelling errors in the documentation.
This commit addresses those problems.
---
docs/plymouth1.xml | 2 +-
docs/plymouthd.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/plymouth1.xml b/docs/plymouth1.xml
index b484599..c63fcc7 100644
--- a/docs/plymouth1.xml
+++ b/docs/plymouth1.xml
@@ -298,7 +298,7 @@ The following commands are understood:
<variablelist>
<varlistentry>
<term><option>--keys=STRING</option></term>
- <listitem><para>Keys to remove sensitivitiy from</para></listitem>
+ <listitem><para>Keys to remove sensitivity from</para></listitem>
</varlistentry>
</variablelist>
</listitem>
diff --git a/docs/plymouthd.xml b/docs/plymouthd.xml
index 4e7e499..1b6e006 100644
--- a/docs/plymouthd.xml
+++ b/docs/plymouthd.xml
@@ -103,7 +103,7 @@ that control its behaviour.
<varlistentry>
<term><option>--tty=STRING</option></term>
- <listitem><para>TTY to ues instead of default.</para></listitem>
+ <listitem><para>TTY to use instead of default.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
--
1.8.3.1