diff options
| author | Jack Nagel | 2012-07-17 11:31:53 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-17 11:31:53 -0500 |
| commit | 9af20b7601ea0f591fa8a87d1309cd96e243e34a (patch) | |
| tree | 1fcf80389b162aed082a08e3972c4435f9656000 | |
| parent | e037e5f8068be92da50dde721ab0069547958fd5 (diff) | |
| download | homebrew-9af20b7601ea0f591fa8a87d1309cd96e243e34a.tar.bz2 | |
Fix typo in comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index a1fed4b86..83035aaff 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -149,7 +149,7 @@ end class ErrorDuringExecution < RuntimeError end -# raised by Pathname#verify_checksum when cksum is nil or empty +# raised by Pathname#verify_checksum when "expected" is nil or empty class ChecksumMissingError < ArgumentError end |
