aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-07-17 11:31:53 -0500
committerJack Nagel2012-07-17 11:31:53 -0500
commit9af20b7601ea0f591fa8a87d1309cd96e243e34a (patch)
tree1fcf80389b162aed082a08e3972c4435f9656000
parente037e5f8068be92da50dde721ab0069547958fd5 (diff)
downloadhomebrew-9af20b7601ea0f591fa8a87d1309cd96e243e34a.tar.bz2
Fix typo in comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Homebrew/exceptions.rb2
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