]> git.cworth.org Git - sup/commitdiff
minor comment tweak
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 26 May 2009 21:34:58 +0000 (14:34 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 26 May 2009 21:34:58 +0000 (14:34 -0700)
lib/sup/message.rb

index b3c001e5cc64db42b49a6c070f7b270492d897b1..bd2016510313309d756c8e094c15564ddbdd31fd 100644 (file)
@@ -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