aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat
diff options
context:
space:
mode:
authorMarkus Reiter2017-09-10 23:11:01 +0200
committerGitHub2017-09-10 23:11:01 +0200
commit5bcce735ddd7b68da6bde7dec6ca318c7801aade (patch)
tree20b7d0be969e3f9346c1cc3ac0c46660316f4c03 /Library/Homebrew/compat
parent8f8f0f0a9efb7e73d2d12c05f5086f65fabe579d (diff)
parent8e4150b20b811175d4778ec73f3018b8ef878742 (diff)
downloadbrew-5bcce735ddd7b68da6bde7dec6ca318c7801aade.tar.bz2
Merge pull request #3143 from jsoref/spelling
Spelling
Diffstat (limited to 'Library/Homebrew/compat')
-rw-r--r--Library/Homebrew/compat/formula_specialties.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/formula_specialties.rb b/Library/Homebrew/compat/formula_specialties.rb
index ec5e91ce8..78966625e 100644
--- a/Library/Homebrew/compat/formula_specialties.rb
+++ b/Library/Homebrew/compat/formula_specialties.rb
@@ -16,7 +16,7 @@ end
# This formula serves as the base class for several very similar
# formulae for Amazon Web Services related tools.
class AmazonWebServicesFormula < Formula
- # Use this method to peform a standard install for Java-based tools,
+ # Use this method to perform a standard install for Java-based tools,
# keeping the .jars out of HOMEBREW_PREFIX/lib
def install
odeprecated "AmazonWebServicesFormula#install", "Formula#install"