summaryrefslogtreecommitdiffstats
path: root/tools/porting/src/tokenengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/porting/src/tokenengine.h')
-rw-r--r--tools/porting/src/tokenengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/porting/src/tokenengine.h b/tools/porting/src/tokenengine.h
index d998411991..db68d8851b 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.
*/