Typos and spelling mistakes etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2992 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
47bc1eb92d
commit
3e659f4568
12 changed files with 40 additions and 34 deletions
|
@ -71,7 +71,7 @@ Assign to the user variable $x, the full path of the file specified. If the path
|
|||
|
||||
\c user_var(output) base_dir
|
||||
|
||||
Assign to the user variable $x, the name of a temporary file. The file will have been created, so you can then overwrite it with what you please. The name of the temporary file is guaranteed to be unique. If to want the temporary file to be created in another directory than the Windows temp direcory, specify a base_dir. Delete the file when done with it.
|
||||
Assign to the user variable $x, the name of a temporary file. The file will have been created, so you can then overwrite it with what you please. The name of the temporary file is guaranteed to be unique. If to want the temporary file to be created in another directory than the Windows temp directory, specify a base_dir. Delete the file when done with it.
|
||||
|
||||
\S2{searchpath} SearchPath
|
||||
|
||||
|
@ -111,4 +111,4 @@ Loads the specified DLL and calls DllRegisterServer (or entrypoint_name if speci
|
|||
|
||||
\c dllfile
|
||||
|
||||
Loads the specified DLL and calls DllUnregisterServer. The error flag is set if an error occurs (i.e. it can't load the DLL, initialize OLE, find the entry point, or the function returned anything other than ERROR_SUCCESS (=0)).
|
||||
Loads the specified DLL and calls DllUnregisterServer. The error flag is set if an error occurs (i.e. it can't load the DLL, initialize OLE, find the entry point, or the function returned anything other than ERROR_SUCCESS (=0)).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue