diff doc/PERL-HOWTO.dox @ 14692:dd0c43d42394

[gaim-migrate @ 17444] Patch from launchpad bug #64445, from Paul Schulz Fix some typos committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 07 Oct 2006 18:19:17 +0000
parents 967dd29cc4ae
children e53cceebebb3
line wrap: on
line diff
--- a/doc/PERL-HOWTO.dox	Sat Oct 07 17:25:21 2006 +0000
+++ b/doc/PERL-HOWTO.dox	Sat Oct 07 18:19:17 2006 +0000
@@ -518,7 +518,7 @@
 @code
 sub timeout_cb {
 	my $plugin = shift;
-	print "Timeout occured.";
+	print "Timeout occurred.";
 	
 	# Reschedule timeout 
         Gaim::timeout_add($plugin, 10, \&timeout_cb, $plugin);