Very small typo fix in deploying docs.
authorElrond <elrond+git.commit@samba-tng.org>
Tue, 20 Nov 2012 13:32:29 +0000 (14:32 +0100)
committerElrond <elrond+git.commit@samba-tng.org>
Tue, 20 Nov 2012 13:32:29 +0000 (14:32 +0100)
Thanks to #mediagoblin.

docs/source/siteadmin/deploying.rst

index dc0a4c6794bf9e1a9af3c85cea4c92c217f63936..0eb67be4953475cae5bc3a693f9b8ae372738370 100644 (file)
@@ -170,7 +170,7 @@ And set up the in-package virtualenv::
 
    If you have problems here, consider trying to install virtualenv
    with the ``--distribute`` or ``--no-site-packages`` options. If
-   your system's default Python is in the 3.x series you man need to
+   your system's default Python is in the 3.x series you may need to
    run ``virtualenv`` with the  ``--python=python2.7`` or
    ``--python=python2.6`` options.
 
@@ -178,7 +178,7 @@ The above provides an in-package install of ``virtualenv``. While this
 is counter to the conventional ``virtualenv`` configuration, it is
 more reliable and considerably easier to configure and illustrate. If
 you're familiar with Python packaging you may consider deploying with
-your preferred the method.
+your preferred method.
 
 Assuming you are going to deploy with FastCGI, you should also install
 flup::