diff options
author | 2018-03-28 22:33:34 -0400 | |
---|---|---|
committer | 2018-03-28 22:33:57 -0400 | |
commit | a7c23e549e15582d04a53f4ab7e3ed2a60b0070b (patch) | |
tree | a9d7f8790b42da7b8901eda1471f27020076e2b8 /eclass/qt5-build.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/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 2517d3992dde..defbcad2e6b7 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -945,7 +945,7 @@ qt5_regenerate_global_configs() { done # check all items from the original qtcore qmodule.pri, - # and add them to the appropriate list if not overriden + # and add them to the appropriate list if not overridden # elsewhere for x in ${qprivateconfig_orig_enabled}; do if ! has "${x}" ${new_qprivateconfig_enabled} ${new_qprivateconfig_disabled}; then |