summaryrefslogtreecommitdiffstats
path: root/src/activeqt
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-10-25 11:44:39 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-10-25 11:44:39 (GMT)
commiteb2b56bc4d6a226058c36233aaf5c13e39fa3dc2 (patch)
tree55606917a6237e82e807b4064df3aac0d79f79c0 /src/activeqt
parentf6c1530ea084cc4dc15c095d1ee5a8766bcd3022 (diff)
downloadQt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.zip
Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.tar.gz
Qt-eb2b56bc4d6a226058c36233aaf5c13e39fa3dc2.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'src/activeqt')
-rw-r--r--src/activeqt/container/qaxwidget.cpp2
-rw-r--r--src/activeqt/shared/qaxtypes.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/activeqt/container/qaxwidget.cpp b/src/activeqt/container/qaxwidget.cpp
index 7afce5b..c2108ba 100644
--- a/src/activeqt/container/qaxwidget.cpp
+++ b/src/activeqt/container/qaxwidget.cpp
@@ -1008,7 +1008,7 @@ HRESULT WINAPI QAxClientSite::TranslateAccelerator(LPMSG lpMsg, DWORD /*grfModif
}
}
// ActiveQt based in-processes-servers will handle the event properly, so
- // we dont need to send this key event to the host.
+ // we don't need to send this key event to the host.
return S_OK;
}
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();