diff options
author | Andras Timar <atimar@suse.com> | 2011-09-30 11:38:07 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-30 23:49:37 +0200 |
commit | 0bb5161900b743b95bc1431674b722d1e8d8ca1a (patch) | |
tree | 86d1b6e1c0cb36084e0f67f4017d9e01879c11f3 /l10ntools/inc | |
parent | 397a67a7ad8a31f352714099b57a6e0e8eb30434 (diff) |
typo in comment
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/tokens.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h index 3068c6fd8339..8898f348b4dd 100644 --- a/l10ntools/inc/tokens.h +++ b/l10ntools/inc/tokens.h @@ -57,7 +57,7 @@ #define LEVELUP 509 /* { */ #define LEVELDOWN 510 /* }; */ #define APPFONTMAPPING 511 /* MAP_APPFONT(10,10) */ -#define ASSIGNMENT 512 /* Somathing = Anything */ +#define ASSIGNMENT 512 /* Something = Anything */ #define LISTASSIGNMENT 513 /* ...List [xyz]=... */ #define LISTTEXT 514 /* < "Text" ... > */ #define RSCDEFINE 515 /* #define MY_TEXT */ |