Fixed a typo in a comment.

This commit is contained in:
Ryan C. Gordon 2013-01-06 19:19:58 -05:00
parent cd1cb2c5ef
commit 16952ee08e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# Lets make the user gives us a target build system
# Let's make the user give us a target build system
if [ $# -ne 1 ]; then
echo "Usage: $0 target_architecture"