mediagoblin -> mediagoblin
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 19 Feb 2014 23:30:07 +0000 (17:30 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 19 Feb 2014 23:30:57 +0000 (17:30 -0600)
Thanks Luismi for pointing this out!

docs/source/siteadmin/deploying.rst

index de4ce1acc3ac9ea671daaf89a536cf33aa886b82..f92ef601b7f714510fe07495d55d7dca4ee237f3 100644 (file)
@@ -171,11 +171,11 @@ to the unpriviledged system account.
 To do this, enter either of the following commands, changing the defaults
 to suit your particular requirements::
 
-  sudo mkdir -p /srv/mediagoblin.example.org && sudo chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org
+  sudo mkdir -p /srv/mediagoblin.example.org && sudo chown -hR mediagoblin:mediagoblin /srv/mediagoblin.example.org
 
 or (as the root user)::
 
-  mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org
+  mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagoblin.example.org
 
 
 Install MediaGoblin and Virtualenv