From: William Morgan Date: Tue, 26 May 2009 21:34:58 +0000 (-0700) Subject: minor comment tweak X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5fd1cbd9dcb291986e7f30a3414e7ec3f6d74e05;p=sup minor comment tweak --- diff --git a/lib/sup/message.rb b/lib/sup/message.rb index b3c001e..bd20165 100644 --- a/lib/sup/message.rb +++ b/lib/sup/message.rb @@ -13,8 +13,8 @@ class MessageFormatError < StandardError; end ## specific module that would detect and link to /ruby-talk:\d+/ ## sequences in the text of an email. (how sweet would that be?) ## -## this class cathces all source exceptions. if the underlying source throws -## an error, it is caught and handled. +## this class catches all source exceptions. if the underlying source +## throws an error, it is caught and handled. class Message SNIPPET_LEN = 80