You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/11/25 05:26:47 UTC

svn commit: r348870 - /xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties

Author: mrglavas
Date: Thu Nov 24 20:26:44 2005
New Revision: 348870

URL: http://svn.apache.org/viewcvs?rev=348870&view=rev
Log:
Fixing JIRA Issue #1115:
http://issues.apache.org/jira/browse/XERCESJ-1115

Correcting a typo in one of the messages.

Modified:
    xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties

Modified: xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties
URL: http://svn.apache.org/viewcvs/xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties?rev=348870&r1=348869&r2=348870&view=diff
==============================================================================
--- xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties (original)
+++ xerces/java/trunk/src/org/apache/xerces/impl/msg/XMLMessages.properties Thu Nov 24 20:26:44 2005
@@ -79,7 +79,7 @@
         InvalidCommentStart = Comment must start with \"<!--\".
         DashDashInComment = The string \"--\" is not permitted within comments.
         CommentUnterminated = The comment must end with \"-->\".
-        COMMENT_NOT_IN_ONE_ENTITY = The comment is not enclosed xin the same entity.
+        COMMENT_NOT_IN_ONE_ENTITY = The comment is not enclosed in the same entity.
 # 2.6 Processing Instructions
         PITargetRequired = The processing instruction must begin with the name of the target.
         SpaceRequiredInPI = White space is required between the processing instruction target and data.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org