Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit d37247f

Browse files
committed
spelling
1 parent 360a4ee commit d37247f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codecov

+2-2
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ then
725725
then
726726
# xp=$(xcodebuild -showBuildSettings 2>/dev/null | grep -i "^\s*PRODUCT_NAME" | sed -e 's/.*= \(.*\)/\1/')
727727
# say " ${e}->${x} Speed up XCode processing by adding ${e}-J '$xp'${x}"
728-
say " ${g}*${x} Speed up Swift processing by using use -J 'AppName' (accepting regexp)"
728+
say " ${g}hint${x} Speed up Swift processing by using use -J 'AppName' (accepting regexp)"
729729
fi
730730
while read -r profdata;
731731
do
@@ -735,7 +735,7 @@ then
735735
fi
736736
done <<< "$profdata_files"
737737
else
738-
say " ${e}->${x} No Swift coverage round"
738+
say " ${e}->${x} No Swift coverage found"
739739
fi
740740

741741
if [ "$ft_gcov" = "1" ];

0 commit comments

Comments
 (0)