From 61db17af204db5d40e3ae5392c4c134980619e09 Mon Sep 17 00:00:00 2001 From: Jeff Tranter Date: Wed, 29 Jan 2014 14:18:58 -0500 Subject: Fix some typos in documentation. Fix some spelling and grammatical errors in comments that show up in Qt documentation. No changes to code. Change-Id: I185458e162d115eac25326d239b851b5e14ed5cf Reviewed-by: Laszlo Papp --- examples/serialport/doc/blockingslave.qdoc | 2 +- examples/serialport/doc/terminal.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/serialport/doc/blockingslave.qdoc b/examples/serialport/doc/blockingslave.qdoc index c98080d..df35bfc 100644 --- a/examples/serialport/doc/blockingslave.qdoc +++ b/examples/serialport/doc/blockingslave.qdoc @@ -62,7 +62,7 @@ leads to simpler code, but because of its blocking behavior, it should only be used in non-GUI threads to prevent the user interface from freezing. But contrary to what many think, using threads with QThread does not - necessarily add unmanagable complexity to your application. + necessarily add unmanageable complexity to your application. This application is a Slave, that demonstrate the work paired with Master application \l{Blocking Master Example}. diff --git a/examples/serialport/doc/terminal.qdoc b/examples/serialport/doc/terminal.qdoc index e74e237..ed8fa02 100644 --- a/examples/serialport/doc/terminal.qdoc +++ b/examples/serialport/doc/terminal.qdoc @@ -82,7 +82,7 @@ The serial port is instantiated in the \l{terminal/mainwindow.cpp}{MainWindow} constructor. The main widget is passed as the parent, so the object deletion - happens automatically according to the the parent and child mechanism in Qt: + happens automatically according to the parent and child mechanism in Qt: \snippet terminal/mainwindow.cpp 0 \dots -- cgit v1.2.1