summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2018-07-29 21:57:15 +0200
committerAllan McRae <allan@archlinux.org>2018-09-19 00:52:48 +1000
commitba2984db3e83e0627c29897e28982e9f4cf24a5d (patch)
tree3ed39977a0d39793631d624057055a5a2dd91238 /doc
parent58c76daf5e9116dd044f73958b67163549d0e795 (diff)
downloadpacman-ba2984db3e83e0627c29897e28982e9f4cf24a5d.tar.xz
doc: Remove double spaces
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.conf.5.asciidoc2
-rw-r--r--doc/submitting-patches.asciidoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/pacman.conf.5.asciidoc b/doc/pacman.conf.5.asciidoc
index 5f9def5b..9810fc7f 100644
--- a/doc/pacman.conf.5.asciidoc
+++ b/doc/pacman.conf.5.asciidoc
@@ -176,7 +176,7 @@ Options
operation on a local file. Uses the value from SigLevel as the default.
*RemoteFileSigLevel =* ...::
- Set the signature verification level for installing packages using the "-U"
+ Set the signature verification level for installing packages using the "-U"
operation on a remote file URL. Uses the value from SigLevel as the default.
*UseSyslog*::
diff --git a/doc/submitting-patches.asciidoc b/doc/submitting-patches.asciidoc
index 73c7487d..9cf8dc64 100644
--- a/doc/submitting-patches.asciidoc
+++ b/doc/submitting-patches.asciidoc
@@ -39,7 +39,7 @@ address if you're afraid of spam.
* Describe your patch.
-It helps if you describe the overview and goals of the patch in the git commit
+It helps if you describe the overview and goals of the patch in the git commit
log. This allows others to see what you intended so as to compare it to what
was actually done, and allows better feedback.