diff options
Diffstat (limited to 'l10ntools/inc/tokens.h')
-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 */ |