Mercurial > p > roundup > code
diff roundup/cgi/apache.py @ 5890:020e1d1bf5ba
Fix doc typo.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 02 Oct 2019 18:04:13 -0400 |
| parents | a243a036e7f3 |
| children | 495282f62e0c |
line wrap: on
line diff
--- a/roundup/cgi/apache.py Wed Oct 02 17:37:19 2019 -0400 +++ b/roundup/cgi/apache.py Wed Oct 02 18:04:13 2019 -0400 @@ -10,8 +10,8 @@ # This module operates with only one tracker # and must be placed in the tracker directory. # -# mod_python is deplricated and not well tested with release 2.0 of -# roundup. mod_wsgi is the preferred interface. It amy not work +# mod_python is deprecated and not well tested with release 2.0 of +# roundup. mod_wsgi is the preferred interface. It may not work # with python3. # The patch from https://issues.roundup-tracker.org/issue2550821
