Fix typo in comment

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-07-17 11:31:53 -05:00
parent 9f6a16eccd
commit 2488998a0f

View File

@ -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