stas 2003/09/22 17:45:45
Modified: src/modules/perl modperl_config.c Log: a comment typo fix Revision Changes Path 1.67 +1 -1 modperl-2.0/src/modules/perl/modperl_config.c Index: modperl_config.c =================================================================== RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_config.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -u -r1.66 -r1.67 --- modperl_config.c 22 Sep 2003 23:39:49 -0000 1.66 +++ modperl_config.c 23 Sep 2003 00:45:45 -0000 1.67 @@ -173,7 +173,7 @@ /* Must store the global server record as early as possible, * because if mod_perl happens to be started from within a * vhost (e.g., PerlLoadModule) the base server record won't - * be availalbe to vhost and things will blow up + * be available to vhost and things will blow up */ modperl_init_globals(s, p);