From e42c65610bffe75f510b09e19e1ce7263befb3fb Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 10 Jan 2009 21:48:32 +0000 Subject: [PATCH] typo git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5893 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/Modern UI 2/Readme.html b/Contrib/Modern UI 2/Readme.html index d4e2c773..6346d263 100644 --- a/Contrib/Modern UI 2/Readme.html +++ b/Contrib/Modern UI 2/Readme.html @@ -1090,7 +1090,7 @@ FunctionEnd

The pre function is called first and allows you to initalize variables or decide - wehther the page should be skipped. Then, the shown function is called, which can + whether the page should be skipped. Then, the shown function is called, which can be used to customize the interface. Finally, the user input can be validated leave function. The NSIS Users Manual provides more information about these functions.