Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2013-11-20 06:01:56 +0400
committerOliver Schneider <oliver@assarbad.net>2013-11-20 06:01:56 +0400
commit691073f3e67093c45473a0ea2fa73ae6fc784a3f (patch)
tree50cfb299ef6c11d9066b0db4f426b82e0d9054ac /common
parentd8c899e0eb207c23070a7481fb7c2f61a2fb545e (diff)
- Spelling
Diffstat (limited to 'common')
-rw-r--r--common/setvcvars.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/setvcvars.cmd b/common/setvcvars.cmd
index eb95fe3..b2a4f8f 100644
--- a/common/setvcvars.cmd
+++ b/common/setvcvars.cmd
@@ -48,7 +48,7 @@ if not defined VCVARS_PATH @(
)
popd & endlocal & exit /b %SETVCV_ERROR%
)
-:: Return and make sure the outside world sees the results (i.e. leave the scope)
+:: Return and make sure the outside world see the results (i.e. leave the scope)
popd & endlocal & if not "%VCVARS_PATH%" == "" @(call "%VCVARS_PATH%") & if not "%VCVER_FRIENDLY%" == "" set VCVER_FRIENDLY=%VCVER_FRIENDLY%
goto :EOF