You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2002/05/08 14:35:09 UTC

cvs commit: xml-axkit axconfig.c

matts       02/05/08 05:35:09

  Modified:    .        axconfig.c
  Log:
  Fixed typo
  
  Revision  Changes    Path
  1.3       +2 -2      xml-axkit/axconfig.c
  
  Index: axconfig.c
  ===================================================================
  RCS file: /home/cvs/xml-axkit/axconfig.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- axconfig.c	2 Apr 2002 16:27:53 -0000	1.2
  +++ axconfig.c	8 May 2002 12:35:09 -0000	1.3
  @@ -1,4 +1,4 @@
  -/* $Id: axconfig.c,v 1.2 2002/04/02 16:27:53 matts Exp $ */
  +/* $Id: axconfig.c,v 1.3 2002/05/08 12:35:09 matts Exp $ */
   
   #ifndef WIN32
   #include <modules/perl/mod_perl.h>
  @@ -1216,7 +1216,7 @@
         OR_ALL, FLAG,
         "On or Off [default] to make AxKit process directory requests using XML::Directory" },
   
  -    { "AxIgnoreStypePI", ap_set_flag_slot,
  +    { "AxIgnoreStylePI", ap_set_flag_slot,
         (void *)XtOffsetOf(axkit_dir_config, ignore_style_pi),
         OR_ALL, FLAG,
         "On or Off [default] to disable xml-stylesheet PI processing" },