diff options
| author | Josh Soref | 2017-09-10 16:40:18 +0000 |
|---|---|---|
| committer | Josh Soref | 2017-09-10 16:40:18 +0000 |
| commit | ce45591981123c078567956a351e0d902b7c8158 (patch) | |
| tree | 40ebd19e7d1622fc21f6eacc328c1110f6d57551 | |
| parent | b9a33b03a4812e87c88dc009dc0661d4fc7d46fc (diff) | |
| download | brew-ce45591981123c078567956a351e0d902b7c8158.tar.bz2 | |
spelling: perform
| -rw-r--r-- | Library/Homebrew/compat/formula_specialties.rb | 2 |
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" |
