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:
parent
975bb6762f
commit
7c77bb732f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue