From cb0314d2b58dadd2b9bb14f968d68950d237a933 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 29 Jan 2008 22:42:53 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5502 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/tokens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/tokens.h b/Source/tokens.h index 8787df6f..366ec6b4 100644 --- a/Source/tokens.h +++ b/Source/tokens.h @@ -79,7 +79,7 @@ enum TOK_LANGSTRING, TOK_LANGSTRINGUP, - // comrpession stuff + // compression stuff TOK_SETCOMPRESS, TOK_DBOPTIMIZE, TOK_SETCOMPRESSOR,