aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorViktor Szakáts2015-01-23 02:25:57 +0100
committerMike McQuaid2015-01-23 18:02:19 +0100
commit152111d65eae33a27130efb98dc4d0c772d4c4b3 (patch)
tree86123af64d72060e954a9c323c07d9392dc9d751 /Library
parente6d5121af06550b46423c6e3a2b6ce72e60fc037 (diff)
downloadhomebrew-152111d65eae33a27130efb98dc4d0c772d4c4b3.tar.bz2
aws-sns-cli: fix recent s&r typo in comment
Closes #36150. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/aws-sns-cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aws-sns-cli.rb b/Library/Formula/aws-sns-cli.rb
index 69b167e46..36cbf1a9d 100644
--- a/Library/Formula/aws-sns-cli.rb
+++ b/Library/Formula/aws-sns-cli.rb
@@ -9,7 +9,7 @@ class AwsSnsCli < AmazonWebServicesFormula
rm Dir["bin/*.cmd"] # Remove Windows versions
# There is a "service" binary, which of course will conflict with any number
- # other brews that have a generically named tool. So don"t just blindly
+ # other brews that have a generically named tool. So don't just blindly
# install bin to the prefix.
jars = prefix/"jars"
jars.install "bin", "lib"