commit 1da1e15896c6475f7f490f85f614f3e8414ce79e
parent 53a96c24cc37ec36d691c3134ee85f76d52cd567
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Tue, 1 Oct 2013 15:51:08 +0200
typo: s/adress/address/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/message_chunks.rb b/lib/sup/message_chunks.rb
@@ -229,7 +229,7 @@ EOS
class EnclosedMessage
attr_reader :lines
def initialize from, to, cc, date, subj
- @from = from ? "unknown sender" : from.full_adress
+ @from = from ? "unknown sender" : from.full_address
@to = to ? "" : to.map { |p| p.full_address }.join(", ")
@cc = cc ? "" : cc.map { |p| p.full_address }.join(", ")
if date