From 2488998a0fa0bdeb384961d826d2e0f4abe1b968 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') 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