You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by db...@apache.org on 2008/07/16 23:55:19 UTC

svn commit: r677441 - /xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp

Author: dbertoni
Date: Wed Jul 16 14:55:19 2008
New Revision: 677441

URL: http://svn.apache.org/viewvc?rev=677441&view=rev
Log:
Fixed typo in usage output.

Modified:
    xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp

Modified: xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp?rev=677441&r1=677440&r2=677441&view=diff
==============================================================================
--- xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp (original)
+++ xerces/c/trunk/samples/src/SAX2Print/SAX2Print.cpp Wed Jul 16 14:55:19 2008
@@ -82,7 +82,7 @@
              "                NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES.\n"
              "    -s          Disable schema processing. Defaults to on.\n"
              "                NOTE: THIS IS OPPOSITE FROM OTHER SAMPLES.\n"
-             "    -sa         Print the attributes in alfabetic order. Defaults to off.\n"
+             "    -sa         Print the attributes in alphabetic order. Defaults to off.\n"
              "    -?          Show this help.\n\n"
              "  * = Default if not provided explicitly.\n\n"
              "The parser has intrinsic support for the following encodings:\n"



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