mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-31 19:30:44 +00:00
Merge pull request #127 from ryandesign/patch-1
Fix typos in build script messages
This commit is contained in:
commit
82330db7fb
@ -404,11 +404,11 @@ case "${INTERFACES_KIND}" in
|
||||
esac
|
||||
|
||||
if [ $BUILD_68K != false ]; then
|
||||
echo "You will find 68K sample appliations in build-target/Samples/."
|
||||
echo "You will find 68K sample applications in build-target/Samples/."
|
||||
fi
|
||||
if [ $BUILD_PPC != false ]; then
|
||||
echo "You will find PowerPC sample appliations in build-target-ppc/Samples/."
|
||||
echo "You will find PowerPC sample applications in build-target-ppc/Samples/."
|
||||
fi
|
||||
if [ $BUILD_CARBON != false ]; then
|
||||
echo "You will find Carbon sample appliations in build-target-carbon/Samples/."
|
||||
echo "You will find Carbon sample applications in build-target-carbon/Samples/."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user