From 0bb5161900b743b95bc1431674b722d1e8d8ca1a Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Fri, 30 Sep 2011 11:38:07 +0200 Subject: typo in comment --- l10ntools/inc/tokens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') 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 */ -- cgit