diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2013-01-06 19:19:58 -0500 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-12 21:35:57 +0000 |
commit | 80db80834503e2ecbe0e880083188edc5f34cb86 (patch) | |
tree | 17caaea7643c0effdace9f346b14901ebb5b3f6a /make-macosx.sh | |
parent | 3e439376953d07e6993a7e6c6132d37c0eca3f5b (diff) |
Fixed a typo in a comment.
Diffstat (limited to 'make-macosx.sh')
-rwxr-xr-x | make-macosx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-macosx.sh b/make-macosx.sh index 422da641..f8995535 100755 --- a/make-macosx.sh +++ b/make-macosx.sh @@ -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" |