sandygao    2003/03/24 15:07:45

  Modified:    java/src/org/apache/xerces/impl/xpath/regex
                        message.properties
  Log:
  Fixing spelling errors in the message property file.
  
  Revision  Changes    Path
  1.3       +3 -3      
xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/message.properties
  
  Index: message.properties
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/xpath/regex/message.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- message.properties        6 Mar 2003 21:19:39 -0000       1.2
  +++ message.properties        24 Mar 2003 23:07:45 -0000      1.3
  @@ -9,7 +9,7 @@
   parser.factor.3=':' is expected.
   parser.factor.4=Unexpected end of the pattern in a conditional group.
   parser.factor.5=A back reference or an anchor or a lookahead or a lookbehind is 
expected in a conditional pattern.
  -parser.factor.6=There are more than three choises in a conditional group.
  +parser.factor.6=There are more than three choices in a conditional group.
   parser.atom.1=A character in U+0040-U+005f must follow \\c.
   parser.atom.2=A '{' is required before a character category.
   parser.atom.3=A property name is not closed by '}'.
  @@ -20,8 +20,8 @@
   parser.cc.3=Unknown name for a POSIX character class.
   parser.cc.4='-' is invalid here.
   parser.cc.5=']' is expected.
  -parser.cc.6='[' is invalid in a characer class.  Write '\\['.
  -parser.cc.7=']' is invalid in a characer class.  Write '\\]'.
  +parser.cc.6='[' is invalid in a character class.  Write '\\['.
  +parser.cc.7=']' is invalid in a character class.  Write '\\]'.
   parser.ope.1='[' is expected.
   parser.ope.2=')' or '-[' or '+[' or '&[' is expected.
   parser.descape.1=Invalid Unicode hex notation.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to