From 5fd1cbd9dcb291986e7f30a3414e7ec3f6d74e05 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Tue, 26 May 2009 14:34:58 -0700 Subject: [PATCH] minor comment tweak --- lib/sup/message.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2