summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 14:53:26 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 15:49:15 +0000
commitf6094e6079038684f85ed7bbcea838e58655da59 (patch)
tree3c178887c3da136ba8c3b7e61902b18af97c5d13
parent6ddc5720d0bc03f72bd47718a37294ca7c211d86 (diff)
Fix typos
Change-Id: Ide9a069a37a6d289a3f0223f17563a440d67c461 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/activeqt/control/qaxserverbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/control/qaxserverbase.cpp b/src/activeqt/control/qaxserverbase.cpp
index b67fccd..d46ddda 100644
--- a/src/activeqt/control/qaxserverbase.cpp
+++ b/src/activeqt/control/qaxserverbase.cpp
@@ -151,7 +151,7 @@ class QAxServerBase :
#if defined Q_CC_GNU
# if (__W32API_MAJOR_VERSION < 2 || (__W32API_MAJOR_VERSION == 2 && __W32API_MINOR_VERSION < 5))
public IViewObject, // this should not be needed as IViewObject2 is meant to inherit from this,
- // untill the mingw headers are fixed this will need to stay.
+ // until the mingw headers are fixed this will need to stay.
# endif
#endif
public IViewObject2,