diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-10-25 11:44:39 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-10-25 11:44:39 (GMT) |
commit | eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2 (patch) | |
tree | 55606917a6237e82e807b4064df3aac0d79f79c0 /src/activeqt/shared | |
parent | f6c1530ea084cc4dc15c095d1ee5a8766bcd3022 (diff) | |
download | Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.zip Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.tar.gz Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/activeqt/shared')
-rw-r--r-- | src/activeqt/shared/qaxtypes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/shared/qaxtypes.cpp b/src/activeqt/shared/qaxtypes.cpp index ff21a9f..88f408e 100644 --- a/src/activeqt/shared/qaxtypes.cpp +++ b/src/activeqt/shared/qaxtypes.cpp @@ -547,7 +547,7 @@ bool QVariantToVARIANT(const QVariant &var, VARIANT &arg, const QByteArray &type SAFEARRAY *array = 0; bool is2D = false; // If the first element in the array is a list the whole list is - // treated as a 2D array. The colum count is taken from the 1st element. + // treated as a 2D array. The column count is taken from the 1st element. if (count) { QVariantList col = list.at(0).toList(); int maxColumns = col.count(); |