diff plugins/perl/perl-common.c @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents ba075b939aa6
children 0e9e2b923d09
line wrap: on
line diff
--- a/plugins/perl/perl-common.c	Wed Apr 21 01:20:41 2004 +0000
+++ b/plugins/perl/perl-common.c	Wed Apr 21 01:34:26 2004 +0000
@@ -210,7 +210,7 @@
 			/*
 			 * Shizzel.  So the perl script changed one of the parameters,
 			 * and we want this change to affect the original parameters.
-			 * args[i] is just a tempory little list of pointers.  We don't
+			 * args[i] is just a temporary little list of pointers.  We don't
 			 * want to free args[i] here because the new parameter doesn't
 			 * overwrite the data that args[i] points to.  That is done by
 			 * the function that called execute_perl.  I'm not explaining this