aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2021-10-04 22:52:00 -0400
committerBen Sturmfels <ben@sturm.com.au>2021-10-05 16:30:19 +1100
commitc3000447204e557027dd6a95dc818b98dcf53239 (patch)
treee6807566f41b69045f8b0a747aec670306fced4e
parent0e61ebe5de7eb5e7ce9af90268d81c6048da7f1b (diff)
downloadmediagoblin-c3000447204e557027dd6a95dc818b98dcf53239.tar.lz
mediagoblin-c3000447204e557027dd6a95dc818b98dcf53239.tar.xz
mediagoblin-c3000447204e557027dd6a95dc818b98dcf53239.zip
Fix typos.
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
-rw-r--r--docs/source/siteadmin/deploying.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index 37033efc..812c1617 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -21,7 +21,7 @@ This deployment guide will take you step-by-step through
setting up your own instance of MediaGoblin.
MediaGoblin most likely isn't yet available from your operating
-system's package manage, however, a basic install isn't too complex in
+system's package manager, however, a basic install isn't too complex in
and of itself. We recommend a setup that combines MediaGoblin,
virtualenv and Nginx on a .deb or .rpm-based GNU/Linux distribution.
@@ -131,7 +131,7 @@ Fedora also requires that you initialize and start the
PostgreSQL database with a few commands. The following commands are
not needed on a Debian-based platform, however::
- # Feora
+ # Fedora
sudo /usr/bin/postgresql-setup initdb
sudo systemctl enable postgresql
sudo systemctl start postgresql