Doc: Fixed typo "pragraphs" -> "paragraphs"

Change-Id: I47e88dbedd3afee4bd53550ef1ce643829aecedb
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
bb10
Marcel Krems 2013-02-07 04:07:29 +01:00 committed by The Qt Project
parent cb1b451cd1
commit abb8beb064
1 changed files with 2 additions and 2 deletions

View File

@ -1283,7 +1283,7 @@ bool QTextCursor::movePosition(MoveOperation op, MoveMode mode, int n)
Returns true if the cursor does visual navigation; otherwise
returns false.
Visual navigation means skipping over hidden text pragraphs. The
Visual navigation means skipping over hidden text paragraphs. The
default is false.
\sa setVisualNavigation(), movePosition()
@ -1298,7 +1298,7 @@ bool QTextCursor::visualNavigation() const
Sets visual navigation to \a b.
Visual navigation means skipping over hidden text pragraphs. The
Visual navigation means skipping over hidden text paragraphs. The
default is false.
\sa visualNavigation(), movePosition()