changeset 21:119c2b763dd2

small textual change, and my first hg commit --- i hate you dom
author user@eee-df
date Sun, 07 Dec 2008 00:15:29 +0100
parents 631123cc735c
children 5aed4f3c40c4
files skillbot.pl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/skillbot.pl	Sat Dec 06 20:43:35 2008 +0000
+++ b/skillbot.pl	Sun Dec 07 00:15:29 2008 +0100
@@ -126,7 +126,7 @@
 =cut
 sub init_timers
 {
-	# Join channels fort eh first time, ~15 secs after connect
+	# Join channels for the first time, ~15 secs after connect
 	add_one_shot_timer(15, sub { my ($timer, $self) = @_; join_channels($self); });
 
 	# Check we are in the right channels every 10 minutes
@@ -381,7 +381,7 @@
 		}
 	}
 
-	close(FF) or warn "Something weird when closing friends_file: $!";
+	close(FF) or warn "Something weird occured when closing friends_file: $!";
 }
 
 =pod