From 9af20b7601ea0f591fa8a87d1309cd96e243e34a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 17 Jul 2012 11:31:53 -0500 Subject: Fix typo in comment Signed-off-by: Jack Nagel --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') 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 -- cgit v1.2.3