diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-01-20 07:38:42 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2014-01-20 07:38:42 +0100 |
commit | 598a762a5c45546e9cc3a6ae589aca92ed74d957 (patch) | |
tree | d6752376c35aa3917120045d4dc6038e0bf4898a /cocoa/checkbuildosx.sh | |
parent | ea0d2cc8f75e406e1f014d2a640b74cd23fb650c (diff) | |
download | scintilla-mirror-598a762a5c45546e9cc3a6ae589aca92ed74d957.tar.gz |
Fix typo in comment
Diffstat (limited to 'cocoa/checkbuildosx.sh')
-rwxr-xr-x | cocoa/checkbuildosx.sh | 2 |
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 |