mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-22 16:06:16 +08:00
fix spelling (in a comment)
Change-Id: I74ef359ad899060f3ed60ae323c5fc3a1e75dc86 Reviewed-on: http://codereview.qt-project.org/6198 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
This commit is contained in:
committed by
Qt by Nokia
parent
8dd5f6f76f
commit
84c8542eeb
2
configure
vendored
2
configure
vendored
@@ -59,7 +59,7 @@ my $ret = system_v("$relpath/qtbase/configure @ARGV");
|
|||||||
exit $ret unless ($ret == 0);
|
exit $ret unless ($ret == 0);
|
||||||
if (! -e ".qmake.cache") {
|
if (! -e ".qmake.cache") {
|
||||||
# Even though there was no error code, this file wasn't created
|
# Even though there was no error code, this file wasn't created
|
||||||
# so configure didn't finish properly. This is probaby because
|
# so configure didn't finish properly. This is probably because
|
||||||
# the user passed -help
|
# the user passed -help
|
||||||
exit 0;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user