diff options
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 |