diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-02-20 14:06:36 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-02-20 14:06:36 -0600 |
commit | 1b4a9f2605fc108dfd2033202da23c3af5333489 (patch) | |
tree | 87b82d6b2dca520f8f745832835bb6e28799eeeb /docs/source/siteadmin/deploying.rst | |
parent | e27e04a390886488ace0dd1cb3b4fbaaf7efd1f6 (diff) | |
download | mediagoblin-1b4a9f2605fc108dfd2033202da23c3af5333489.tar.lz mediagoblin-1b4a9f2605fc108dfd2033202da23c3af5333489.tar.xz mediagoblin-1b4a9f2605fc108dfd2033202da23c3af5333489.zip |
Tyops in deployment docs as pointed out by @latchkeyed@identi.ca.
Thanks for noticing and correcting!
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index f92ef601..c227b548 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -122,8 +122,8 @@ Drop Privileges for MediaGoblin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MediaGoblin does not require special permissions or elevated -access to run. As such, the prefered way to run MediaGoblin is to -create a dedicated, unpriviledged system user for sole the purpose of running +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 helps to keep it more secure. |