0
0
Fork 0
mirror of https://github.com/UberGames/ioef.git synced 2025-04-24 08:48:56 +00:00

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

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"