From 16952ee08e7e92fba4ae8702e6f8c7811eb4a45d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 6 Jan 2013 19:19:58 -0500 Subject: [PATCH] Fixed a typo in a comment. --- make-macosx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"