diff options
author | Raine Virta <rane@kapsi.fi> | 2010-04-22 22:29:08 +0300 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-08-18 10:41:11 +0200 |
commit | 73a39cfaab866b6fff34e5c6685dab08207875ed (patch) | |
tree | 79c180007e43b27b936545f742ebc0d2a02dedfa /lib | |
parent | 301f9b65c8c5d3c91c7af9892870b01977e2c1bb (diff) |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/message.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/message.rb b/lib/rbot/message.rb index 8fc96490..bb7f655c 100644 --- a/lib/rbot/message.rb +++ b/lib/rbot/message.rb @@ -30,7 +30,7 @@ module Irc end - # Define standard IRC attriubtes (not so standard actually, + # Define standard IRC attributes (not so standard actually, # but the closest thing we have ...) Bold = "\002" Underline = "\037" |