From 7706c31eaa686299d7e22da809fec00c0db47c86 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 21 Dec 2012 15:51:50 +0100 Subject: Fix some typos Change-Id: I4e8d9bd8ea66ec810e4f1fbfd8ddbf25c4b3d980 Reviewed-by: Mitch Curtis --- tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/sql') diff --git a/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp b/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp index 5cb7c27387..879396a5bf 100644 --- a/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp +++ b/tests/auto/sql/kernel/qsqlquery/tst_qsqlquery.cpp @@ -579,7 +579,7 @@ void tst_QSqlQuery::mysqlOutValues() void tst_QSqlQuery::bindBool() { - // QTBUG-27763: bool value got converted to int 127 by mysql driver becuase sizeof(bool) < sizeof(int). + // QTBUG-27763: bool value got converted to int 127 by mysql driver because sizeof(bool) < sizeof(int). // The problem was the way the bool value from the application was handled. It doesn't matter // whether the table column type is BOOL or INT. Use INT here because all DBMSs have it and all // should pass this test. -- cgit v1.2.3