mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GMG-Devel] [PATCH v2] Fix #5359 - fix documentation typos


From: Loic Dachary
Subject: [GMG-Devel] [PATCH v2] Fix #5359 - fix documentation typos
Date: Tue, 12 Jan 2016 12:04:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

priviledged -> privileged
prefered -> preferred

Signed-off-by: Loic Dachary <address@hidden>
---
 docs/source/siteadmin/deploying.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/source/siteadmin/deploying.rst 
b/docs/source/siteadmin/deploying.rst
index 446dd46..9f0ba15 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -155,7 +155,7 @@ Drop Privileges for MediaGoblin
 MediaGoblin does not require special permissions or elevated
 access to run. As such, the preferred way to run MediaGoblin is to
 create a dedicated, unprivileged system user for the sole purpose of running
-MediaGoblin. Running MediaGoblin processes under an unpriviledged system user
+MediaGoblin. Running MediaGoblin processes under an unprivileged system user
 helps to keep it more secure.

 The following command (entered as root or with sudo) will create a
@@ -195,11 +195,11 @@ Create a MediaGoblin Directory
 You should create a working directory for MediaGoblin. This document
 assumes your local git repository will be located at
 ``/srv/mediagoblin.example.org/mediagoblin/``.
-Substitute your prefered local deployment path as needed.
+Substitute your preferred local deployment path as needed.

 Setting up the working directory requires that we first create the directory
 with elevated priviledges, and then assign ownership of the directory
-to the unpriviledged system account.
+to the unprivileged system account.

 To do this, enter the following command, changing the defaults to suit your
 particular requirements. On a Debian-based platform you will enter this::
@@ -213,7 +213,7 @@ On an RPM-based distribution, enter this command::
 .. note::

     Unless otherwise noted, the remainder of this document assumes that all
-    operations are performed using this unpriviledged account.
+    operations are performed using this unprivileged account.


 Install MediaGoblin and Virtualenv
@@ -353,7 +353,7 @@ test the deployment with the following command::
 You should be able to connect to the machine on port 6543 in your
 browser to confirm that the service is operable.

-The next series of commands will need to be run as a priviledged user. Type
+The next series of commands will need to be run as a privileged user. Type
 exit to return to the root/sudo account.::

     exit
-- 
2.6.4


-- 
Loïc Dachary, Artisan Logiciel Libre


reply via email to

[Prev in Thread] Current Thread [Next in Thread]