aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2018-07-03 13:13:37 -0700
committerGarrett Brown <themagnificentmrb@gmail.com>2018-08-16 22:44:29 -0700
commitd00778205cfb9b5864ce59ccf0191d2f67fd4f75 (patch)
treef766be238f3083557b8b7495d6131bbf9beacce8 /project
parent5f77b6d57c5edb602318ad9140067cfe0678048e (diff)
Fix typo
Diffstat (limited to 'project')
-rw-r--r--project/BuildDependencies/scripts/get_formed.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/BuildDependencies/scripts/get_formed.cmd b/project/BuildDependencies/scripts/get_formed.cmd
index f0603f4e77..92fcb80a8c 100644
--- a/project/BuildDependencies/scripts/get_formed.cmd
+++ b/project/BuildDependencies/scripts/get_formed.cmd
@@ -35,7 +35,7 @@ FOR /F "eol=; tokens=1" %%f IN (%SCRIPT_PATH%\0_package.native-%NATIVEPLATFORM%.
CALL :processFile %%f
REM Apparently there's a quirk in cmd so this means if error level => 1
IF ERRORLEVEL 1 (
- ECHO One ore more packages failed to download
+ ECHO One or more packages failed to download
EXIT /B 7
)
)