diff plugins/PERL-HOWTO @ 2536:0e0a54e5819a

[gaim-migrate @ 2549] I got an itty bitty diff for you now ;-) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 18 Oct 2001 12:12:38 +0000
parents bf7ec3874810
children c98c1e0281ff
line wrap: on
line diff
--- a/plugins/PERL-HOWTO	Thu Oct 18 07:29:13 2001 +0000
+++ b/plugins/PERL-HOWTO	Thu Oct 18 12:12:38 2001 +0000
@@ -3,7 +3,7 @@
 
 If you've ever written a perl script for X-Chat then you've basically written
 one for gaim as well. perl.c in gaim's source is basically an exact copy of
-X-Chat's perl.c file, with small modifications to suit GAIM rather than IRC.
+X-Chat's perl.c file, with small modifications to suit Gaim rather than IRC.
 
 Basically the reason for including perl is based on the experience with the
 plugins. X-Chat's docs on Perl Scripting sums it up nicely: