summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorqiangzhao <zhaoqiangx@gmail.com>2018-05-31 15:58:11 +0800
committerRay Strode <rstrode@redhat.com>2018-06-06 13:29:09 -0400
commit179ba1e0d81795c355344a1a1482afdc889aaa21 (patch)
tree3a1493b94cff58ad0a65ed0e61c3a1c0f9ff06f6 /docs
parent43cfbb2a8bf6c5d8bacafee78490f7ef75a5ac80 (diff)
docs: fix some typos
There are few word spelling errors in the documentation. This commit addresses those problems.
Diffstat (limited to 'docs')
-rw-r--r--docs/development.txt6
-rw-r--r--docs/plymouth1.xml2
-rw-r--r--docs/plymouthd.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/development.txt b/docs/development.txt
index 407687e2..ecd5bd35 100644
--- a/docs/development.txt
+++ b/docs/development.txt
@@ -237,7 +237,7 @@ dlopen(3).
├── libply-splash-core # splash plugin APIS
├── libply-splash-graphics # graphical splash plugin specific APIs
├── plugins # plugins as shared libraries
- │ ├── controls # grapical widgets
+ │ ├── controls # graphical widgets
│ │ └── label # text label for text output
│ ├── renderers # the different graphical backends
│ │ ├── drm
@@ -294,7 +294,7 @@ trigger. It's a way for creator of the trigger to recover its state
when the handler is called. The +trigger_data+ argument transfers
information from the code pulling the trigger. It can be thought of as
a payload or result to be sent from the code pulling the trigger to
-the code watching the trigger. The third argument, +trigger+, is the
+the code watching the trigger. The third argument, +trigger+, is
the trigger itself. It's passed as a convenience, so the same handler
can be used for multiple triggers, and the handler can differentiate
which trigger fired.
@@ -307,7 +307,7 @@ client asks the plymouth daemon to ask the user for a password. The
daemon can't respond to the client until the user has typed the password.
The code that handles communication with the client sets up a trigger
that the keyboard reading code pulls when the user hits enter. When
-that trigger fires, a function set up by the code that communcates
+that trigger fires, a function set up by the code that communicates
with the client is called and it can reply to the client with the
password delivered from the keyboard reading code through the trigger.
diff --git a/docs/plymouth1.xml b/docs/plymouth1.xml
index b4845994..c63fcc7e 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 4e7e499e..1b6e0067 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>