commit 5fd1cbd9dcb291986e7f30a3414e7ec3f6d74e05
parent 0f8ca5cd4104afc9f2d805f8a6d33b8d6d2e85c6
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Tue, 26 May 2009 14:34:58 -0700
minor comment tweak
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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