diff options
author | Mike Frysinger <vapier@chromium.org> | 2018-03-28 22:33:34 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-03-28 22:33:57 -0400 |
commit | a7c23e549e15582d04a53f4ab7e3ed2a60b0070b (patch) | |
tree | a9d7f8790b42da7b8901eda1471f27020076e2b8 /eclass/distutils-r1.eclass | |
parent | sys-apps/apply-default-acl: new version 0.4.0. (diff) | |
download | gentoo-a7c23e549e15582d04a53f4ab7e3ed2a60b0070b.tar.gz gentoo-a7c23e549e15582d04a53f4ab7e3ed2a60b0070b.tar.bz2 gentoo-a7c23e549e15582d04a53f4ab7e3ed2a60b0070b.zip |
eclass: misc spelling fixes
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 167af95eaed6..dd0c429d50fc 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -236,7 +236,7 @@ fi # 1. ${mydistutilsargs[@]} # 2. additional arguments passed to the esetup.py function. # -# Please note that setup.py will respect defaults (unless overriden +# Please note that setup.py will respect defaults (unless overridden # via command-line options) from setup.cfg that is created # in distutils-r1_python_compile and in distutils-r1_python_install. # @@ -390,7 +390,7 @@ _distutils-r1_create_setup_cfg() { # # note: due to some packages (wxpython) relying on separate # platlib & purelib dirs, we do not set --build-lib (which - # can not be overriden with --build-*lib) + # can not be overridden with --build-*lib) build-platlib = %(build-base)s/lib build-purelib = %(build-base)s/lib |