From f308fb8a19f2d684cc2e6d06d230184474539eef Mon Sep 17 00:00:00 2001
From: Jeff Tranter <jtranter@ics.com>
Date: Thu, 9 Jan 2014 10:13:38 -0500
Subject: [PATCH] Fix some typos in documentation.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fix some spelling and grammatical errors in comments that show up in Qt documentation. No changes to code.

Change-Id: I2ec9242c0bbb4e66d6c27be6dba8ab0b365bb17f
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
---
 doc/src/howtos/scalabilityintro.qdoc | 2 +-
 doc/src/platforms/windows.qdoc       | 2 +-
 doc/src/whatsnew/whatsnew52.qdoc     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/src/howtos/scalabilityintro.qdoc b/doc/src/howtos/scalabilityintro.qdoc
index 16f7847e..4b44d627 100644
--- a/doc/src/howtos/scalabilityintro.qdoc
+++ b/doc/src/howtos/scalabilityintro.qdoc
@@ -75,7 +75,7 @@
     application has more tham one top-level layout. Such a top-level
     layout is also often referred to as a page, i.e., a layout that
     uses the entire screen. For instance, an organizer application
-    will typically have separate pages for showing the calender and
+    will typically have separate pages for showing the calendar and
     editing todo items.
 
     You should define the measurements separate from the UI, for
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index a0913c70..c5ced56e 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -150,7 +150,7 @@
     If you installed additional OpenGL drivers from your hardware vendor, then
     you may want to consider using this version of OpenGL instead of ANGLE. To
     use OpenGL, pass the command line options \c{-opengl desktop} to the
-    the configure script.
+    configure script.
 
     \code
     configure -opengl desktop
diff --git a/doc/src/whatsnew/whatsnew52.qdoc b/doc/src/whatsnew/whatsnew52.qdoc
index 5d403ad3..1aadc07d 100644
--- a/doc/src/whatsnew/whatsnew52.qdoc
+++ b/doc/src/whatsnew/whatsnew52.qdoc
@@ -158,7 +158,7 @@
         \list
         \li Added a new \l{Qt Quick Scene Graph}{scenegraph} renderer for improved performance
         \li Added texture atlas support in SceneGraph
-        \li Added new \e animator types, which can run animations on the the scene graph's render thread.
+        \li Added new \e animator types, which can run animations on the scene graph's render thread.
         \li Support for external drag-and-drop
         \endlist
 
-- 
GitLab