summaryrefslogtreecommitdiffstats
path: root/src/gui/util
diff options
context:
space:
mode:
authorFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 15:55:59 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-18 16:23:59 +0200
commitd13162dd4695274dc4bdb286ce85bf198391d94b (patch)
treeb794ebb2096e488516f1ebd4b244186e9c32b487 /src/gui/util
parente5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff)
Fix some typos in the documentation.
Usually, "the the" is not proper English Reviewed-By: Thiago Macieira
Diffstat (limited to 'src/gui/util')
-rw-r--r--src/gui/util/qundostack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qundostack.cpp b/src/gui/util/qundostack.cpp
index 11f65e385b..a6b9c23c2b 100644
--- a/src/gui/util/qundostack.cpp
+++ b/src/gui/util/qundostack.cpp
@@ -715,7 +715,7 @@ int QUndoStack::index() const
}
/*!
- Repeatedly calls undo() or redo() until the the current command index reaches
+ Repeatedly calls undo() or redo() until the current command index reaches
\a idx. This function can be used to roll the state of the document forwards
of backwards. indexChanged() is emitted only once.