diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-11-07 22:09:05 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-11-07 22:09:05 (GMT) |
commit | ab19bd449a796ed81546d3637f1857697ff2768a (patch) | |
tree | 7cf56290789ff3e9894d43ce6ae99e793c578062 /Misc/RPM | |
parent | 9aad7fe456a3b88f55c2371193e1b8bf095f1b68 (diff) | |
download | cpython-ab19bd449a796ed81546d3637f1857697ff2768a.zip cpython-ab19bd449a796ed81546d3637f1857697ff2768a.tar.gz cpython-ab19bd449a796ed81546d3637f1857697ff2768a.tar.bz2 |
typo: annually->manually
...unless these are commands you only run once a year :)
Diffstat (limited to 'Misc/RPM')
-rw-r--r-- | Misc/RPM/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/RPM/README b/Misc/RPM/README index 5b949d4..d883c95 100644 --- a/Misc/RPM/README +++ b/Misc/RPM/README @@ -26,7 +26,7 @@ example, a Python 3 SRPM from Fedora may be a good baseline to try building on CentOS. Many newer SRPMs won't install on older distros because of format changes. -You can anually extract these SRPMS with: +You can manually extract these SRPMS with: mkdir foo cd foo |