More typos

This commit is contained in:
Sergio Durigan Junior 2016-08-09 01:05:22 -04:00
parent edbcd0c496
commit f73a10c30e
1 changed files with 17 additions and 5 deletions

View File

@ -3,17 +3,17 @@ Date: Tue, 9 Aug 2016 00:53:13 -0400
Subject: Fixing typos on documentation.
---
doc/configuration.rst | 28 ++++++++++++++--------------
doc/configuration.rst | 32 ++++++++++++++++----------------
doc/development.rst | 2 +-
doc/install.rst | 2 +-
doc/install_evs.rst | 2 +-
doc/install_webhooks.rst | 2 +-
doc/usage/ticket_templates.rst | 2 +-
doc/usage/using_webhooks.rst | 2 +-
7 files changed, 20 insertions(+), 20 deletions(-)
7 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/doc/configuration.rst b/doc/configuration.rst
index eec82c7..cb910e4 100644
index eec82c7..b1d0886 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -155,7 +155,7 @@ https.
@ -52,6 +52,15 @@ index eec82c7..cb910e4 100644
sending emails.
Defaults to: ``localhost``.
@@ -346,7 +346,7 @@ Defaults to: ``localhost``.
SMTP_PORT
~~~~~~~~~
-This configuration key allow to define the SMTP server port.
+This configuration key allows one to define the SMTP server port.
SMTP by default uses TCP port 25. The protocol for mail submission is
the same, but uses port 587.
@@ -358,7 +358,7 @@ Defaults to: ``25``
SMTP_SSL
~~~~~~~~
@ -97,15 +106,18 @@ index eec82c7..cb910e4 100644
Pagure supports currently two authentication methods, one relying on the
Fedora Account System `FAS <https://admin.fedoraproject.org/accounts>`_,
the other relying on local user accounts.
@@ -435,7 +435,7 @@ Defaults to: ``fas``.
@@ -435,9 +435,9 @@ Defaults to: ``fas``.
IP_ALLOWED_INTERNAL
~~~~~~~~~~~~~~~~~~~
-This configuration key allows to specify which IP addresses are allowed
+This configuration key allows one to specify which IP addresses are allowed
to access the internal API endpoint. These endpoints are accessed by the
milters for example and allow to perform action in the name of someone else.
-milters for example and allow to perform action in the name of someone else.
+milters for example and allow one to perform action in the name of someone else.
So they are sensitive, thus the check for the origin of the request using
these endpoints.
@@ -447,7 +447,7 @@ Defaults to: ``['127.0.0.1', 'localhost', '::1']``.
MAX_CONTENT_LENGTH
~~~~~~~~~~~~~~~~~~