diff --git a/distribution/licenses-common/check-licenses.sh b/distribution/licenses-common/check-licenses.sh index beba47e2dac..4bbc5bb6649 100755 --- a/distribution/licenses-common/check-licenses.sh +++ b/distribution/licenses-common/check-licenses.sh @@ -11,7 +11,7 @@ for i in `find $MODULES -name '*.jar'`; do if [ ! -f $LICENSES/$groupId\,$artifactId\,$version,* ]; then echo "Missing: " echo "group: $groupId" - echo "artifcat: $artifactId" + echo "artifact: $artifactId" echo "version: $version" echo "---------------------" fi