git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5893 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2009-01-10 21:48:32 +00:00
parent c4c03ac50e
commit e42c65610b

View file

@ -1090,7 +1090,7 @@ FunctionEnd</pre>
</p>
<p>
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.</p>
<p>