Fixed typo

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6138 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-03-11 05:27:37 +00:00
parent e46b9b0801
commit 3bfdffb45b

View file

@ -76,7 +76,7 @@ Set user variable $x with the name of the 'index'th registry value in root_key\\
\c user_var(output) string
Expands environment variables in \e{string} into the user variable \e{$x}. If an environment variable doesn't exist, it will not be replaced. For example, if you use "%var%" and var doesn't exists, the result will be "%var". If there is an error, the variable is set to empty, and the error flag is set.
Expands environment variables in \e{string} into the user variable \e{$x}. If an environment variable doesn't exist, it will not be replaced. For example, if you use "%var%" and var doesn't exists, the result will be "%var%". If there is an error, the variable is set to empty, and the error flag is set.
\c ExpandEnvStrings $0 "WINDIR=%WINDIR%$\nTEMP=%TEMP%"