Fix typo in script 48/85048/1
authorLuis Gomez <ecelgp@gmail.com>
Thu, 10 Oct 2019 23:22:54 +0000 (16:22 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 10 Oct 2019 23:22:54 +0000 (16:22 -0700)
Change-Id: I0013d1ca8c381eaf80026145f8c419732e0c61ce
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
karaf-scripts/src/main/assembly/bin/check_modules.sh

index 56b96e26eaeb25a087f867406246c97544a94214..8740bc9760a634f1e2e085f40f72c29cdad034e4 100755 (executable)
@@ -8,7 +8,7 @@
 #
 #
 # This script checks the YANG modules collected by the extract_modules.sh
-# scripti. The check is done by the pyang tool and an error text file is
+# script. The check is done by the pyang tool and an error text file is
 # generated for every opendaylight project so proper actions can be taken
 # to fix the modules.
 #
@@ -16,7 +16,7 @@
 BIN_DIR=`dirname $0`
 OUTPUT="$BIN_DIR/../opendaylight-models"
 
-# Exit if no yang module folder is found
+# Exit if yang module folder is not found
 [ ! -d "$OUTPUT" ] && echo "ERROR: no modules found, run extract_module.sh first" && exit 1
 
 # Assemble the pyang command options