aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorJack Nagel2012-07-17 11:31:53 -0500
committerJack Nagel2012-07-17 11:31:53 -0500
commit2488998a0fa0bdeb384961d826d2e0f4abe1b968 (patch)
treeca2ae6df0ad39dd0aafcf41e4d584375df32b2be /Library/Homebrew/exceptions.rb
parent9f6a16eccd8d13bac476a3f8ab079c99d847c4d2 (diff)
downloadbrew-2488998a0fa0bdeb384961d826d2e0f4abe1b968.tar.bz2
Fix typo in comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-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