aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-01-20 07:38:42 +0100
committerStefan Weil <sw@weilnetz.de>2014-01-20 07:38:42 +0100
commit598a762a5c45546e9cc3a6ae589aca92ed74d957 (patch)
treed6752376c35aa3917120045d4dc6038e0bf4898a
parentea0d2cc8f75e406e1f014d2a640b74cd23fb650c (diff)
downloadscintilla-mirror-598a762a5c45546e9cc3a6ae589aca92ed74d957.tar.gz
Fix typo in comment
-rwxr-xr-xcocoa/checkbuildosx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/checkbuildosx.sh b/cocoa/checkbuildosx.sh
index 45f7ae439..bdc6054f2 100755
--- a/cocoa/checkbuildosx.sh
+++ b/cocoa/checkbuildosx.sh
@@ -14,7 +14,7 @@ make test
cd ../../..
# ************************************************************
-# Target 2: build framework and test app with Xcode targetting OS X 10.n with n from 9 to 5
+# Target 2: build framework and test app with Xcode targeting OS X 10.n with n from 9 to 5
# Only SDK versions that are installed will be built
# Clean both then build both -- if perform clean in ScintillaTest, also cleans ScintillaFramework
# which can cause double build