changeset 7668:90ed8fcca27c

[gaim-migrate @ 8312] Take this, typo of death! (And thanks to r2d2, the little droid that could) (Could serve drinks on Tatooine!) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 30 Nov 2003 06:55:09 +0000
parents 30593bf56e71
children 109a917692c1
files doc/PERL-HOWTO.dox
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/PERL-HOWTO.dox	Sun Nov 30 05:10:24 2003 +0000
+++ b/doc/PERL-HOWTO.dox	Sun Nov 30 06:55:09 2003 +0000
@@ -140,7 +140,7 @@
 
 
   @code
-sub connection_signed_on_cb {
+sub signed_on_cb {
     my ($gc, $data) = @_;
     my $account = $gc->get_account();