From 7e872de76ee0591d4fea72f4ef07637ca5f7ca0d Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sat, 1 Mar 2014 15:39:53 +0100 Subject: Fix some typos Change-Id: I7dbe938bff5ac3ab50a0197f94bdb2f6c22fbd16 Reviewed-by: Kevin Krammer Reviewed-by: Mitch Curtis --- src/platformsupport/eglconvenience/qeglplatformcursor_p.h | 2 +- src/platformsupport/eventdispatchers/qeventdispatcher_cf.mm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/platformsupport') diff --git a/src/platformsupport/eglconvenience/qeglplatformcursor_p.h b/src/platformsupport/eglconvenience/qeglplatformcursor_p.h index d1402d1457..c9ff9a1198 100644 --- a/src/platformsupport/eglconvenience/qeglplatformcursor_p.h +++ b/src/platformsupport/eglconvenience/qeglplatformcursor_p.h @@ -117,7 +117,7 @@ private: CursorAtlas() : cursorsPerRow(0), texture(0), cursorWidth(0), cursorHeight(0) { } int cursorsPerRow; uint texture; - int width, height; // width and height of the the atlas + int width, height; // width and height of the atlas int cursorWidth, cursorHeight; // width and height of cursors inside the atlas QList hotSpots; QImage image; // valid until it's uploaded diff --git a/src/platformsupport/eventdispatchers/qeventdispatcher_cf.mm b/src/platformsupport/eventdispatchers/qeventdispatcher_cf.mm index 1e15a9f466..5e311c99b1 100644 --- a/src/platformsupport/eventdispatchers/qeventdispatcher_cf.mm +++ b/src/platformsupport/eventdispatchers/qeventdispatcher_cf.mm @@ -469,7 +469,7 @@ bool QEventDispatcherCoreFoundation::hasPendingEvents() // assume that if the run-loop is currently blocking and waiting for a // source to signal then there are no system-events pending. If this // function is called from the main thread then the second clause - // of the condition will always be true, as the the run loop is + // of the condition will always be true, as the run loop is // never waiting in that case. The function would be more aptly named // 'maybeHasPendingEvents' in our case. -- cgit v1.2.3