From 2fead9abdb756023c2beede4372ae57923d65653 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 26 Jul 2017 00:28:16 -0400 Subject: [PATCH] spelling: tracking --- djgpp/config.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/djgpp/config.bat b/djgpp/config.bat index 4e2c0d93..ae0af745 100644 --- a/djgpp/config.bat +++ b/djgpp/config.bat @@ -80,10 +80,10 @@ goto NextArgument if "%1" == "no-dep" goto NextArgument if "%1" == "no-DEP" goto NextArgument if "%1" == "NO-DEP" goto NextArgument -if "%1" == "dep" goto DependecyTraking -if "%1" == "DEP" goto DependecyTraking +if "%1" == "dep" goto DependecyTracking +if "%1" == "DEP" goto DependecyTracking goto LibiconvPrefixOption -:DependecyTraking +:DependecyTracking if "%1" == "dep" set DEPENDENCY_TRACKING=enabled if "%1" == "DEP" set DEPENDENCY_TRACKING=enabled if not "%DEPENDENCY_TRACKING%" == "enabled" goto SmallEnv