aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-07 13:05:56 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 00:58:07 +0200
commit84c8542eeb2897c0b1dbca5985ed7d34cb6b4edc (patch)
tree748839f0c596ab6447336d1a7455fbcd9c1294bd /configure
parent8dd5f6f76f43efd54b5db7e3639c7a93feb41be2 (diff)
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 40152add..124248c7 100755
--- a/configure
+++ b/configure
@@ -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;
}