Spelling mistakes/typos

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1658 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2002-11-10 21:41:10 +00:00
parent a51632f947
commit 7633bdd8be
16 changed files with 55 additions and 55 deletions

View file

@ -8,7 +8,7 @@ During execution of the created installer if a plugin command is executed NSIS w
\H{usingplug} Using Plugin Commands
The following two examples both invoke the same plugin command. The first example shows the (still okay) syntax that scripts written for versions of NSIS earlier than 2.0a4 had to use, and the second is how it can be scripted more succintly now. The newer syntax automatically handles packing & extraction of the DLL file, and stacks up arguments for you too.
The following two examples both invoke the same plugin command. The first example shows the (still okay) syntax that scripts written for versions of NSIS earlier than 2.0a4 had to use, and the second is how it can be scripted more succinctly now. The newer syntax automatically handles packing & extraction of the DLL file, and stacks up arguments for you too.
\c ; Pre 2.0a4 syntax
\c SetOutPath $TEMP