diff -r afa380e9818c -r 01248ea222d3 plugins/perl/perl-common.c --- 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