Fix typo found by codespell in shell scripts (#28957)

Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
This commit is contained in:
Dimitri Papadopoulos Orfanos 2024-04-22 13:06:24 +02:00 committed by GitHub
parent 975bb6762f
commit 7c77bb732f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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