diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-30 15:53:48 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-30 15:53:48 (GMT) |
commit | 8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b (patch) | |
tree | ea6de85c9fee2cc7e1ece555793b2483177fb6cf /tools/porting/src/tokenengine.h | |
parent | be69c316c56379d2b955491ffc54754018079dec (diff) | |
download | Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.zip Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.tar.gz Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.tar.bz2 |
Fixed spelling, broken links, and missing default values.
Tasks: QTBUG-13271, QTBUG-13212, QTBUG-12321
Reviewer: David Boddie
Diffstat (limited to 'tools/porting/src/tokenengine.h')
-rw-r--r-- | tools/porting/src/tokenengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/porting/src/tokenengine.h b/tools/porting/src/tokenengine.h index d998411..db68d88 100644 --- a/tools/porting/src/tokenengine.h +++ b/tools/porting/src/tokenengine.h @@ -55,7 +55,7 @@ namespace TokenEngine { class TokenContainer; /* - A token is defined as a start-postion and a lenght. Since the actual text + A token is defined as a start-position and a length. Since the actual text storage is not reffered to here, Token needs to be used together with a TokenContainer in order to be useful. */ |