summaryrefslogtreecommitdiffstats
path: root/src/qt3support/text
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-11-09 11:59:11 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-11-09 11:59:11 (GMT)
commit3df77bed668febf207591b88bebd73e4a17c8f23 (patch)
tree11a1d23e99d49830eeef3632254ac51e1bb0822a /src/qt3support/text
parent55911952c7b195e36614372d084c473202ab1c44 (diff)
downloadQt-3df77bed668febf207591b88bebd73e4a17c8f23.zip
Qt-3df77bed668febf207591b88bebd73e4a17c8f23.tar.gz
Qt-3df77bed668febf207591b88bebd73e4a17c8f23.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'src/qt3support/text')
-rw-r--r--src/qt3support/text/q3richtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3support/text/q3richtext.cpp b/src/qt3support/text/q3richtext.cpp
index d82d0f0..e24eeb5 100644
--- a/src/qt3support/text/q3richtext.cpp
+++ b/src/qt3support/text/q3richtext.cpp
@@ -2914,7 +2914,7 @@ QString Q3TextDocument::selectedText(int id, bool asRichText) const
}
}
// ### workaround for plain text export until we get proper
- // mime types: turn unicode line seperators into the more
+ // mime types: turn unicode line separators into the more
// widely understood \n. Makes copy and pasting code snipplets
// from within Assistent possible
QChar* uc = (QChar*) s.unicode();