From a7c23e549e15582d04a53f4ab7e3ed2a60b0070b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 28 Mar 2018 22:33:34 -0400 Subject: eclass: misc spelling fixes --- eclass/distutils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/distutils-r1.eclass') 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 -- cgit v1.2.3-65-gdbad