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:
Lincoln Ramsay 2011-10-07 13:05:56 +10:00 committed by Qt by Nokia
parent 8dd5f6f76f
commit 84c8542eeb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -59,7 +59,7 @@ my $ret = system_v("$relpath/qtbase/configure @ARGV");
exit $ret unless ($ret == 0);
if (! -e ".qmake.cache") {
# 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
exit 0;
}