From d0cff297d8025fcd257bad461aea9a634d3b9c2b Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 16 Mar 2009 19:16:11 +0000 Subject: [PATCH] Minor changes to comments in two utility scripts. --- sandbox/aron/schema/rng-to-xsd.sh | 4 ++-- sandbox/aron/schema/validate-rng.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sandbox/aron/schema/rng-to-xsd.sh b/sandbox/aron/schema/rng-to-xsd.sh index 9acc354a9..053b369bc 100644 --- a/sandbox/aron/schema/rng-to-xsd.sh +++ b/sandbox/aron/schema/rng-to-xsd.sh @@ -7,9 +7,9 @@ # # Requires two arguments: # - Filename of the RELAX NG schema document. -# (or the full path to this document, if it is not in the current directory) +# (Or the full path to this document, if it is not in the current directory.) # - Filename of the new W3C XML Schema document to be created. -# (or the full path to this document, if it is not in the current directory) +# (Or the full path to this document, if it is not in the current directory.) # # $Author: aron $ # $Revision: 57 $ diff --git a/sandbox/aron/schema/validate-rng.sh b/sandbox/aron/schema/validate-rng.sh index 5b0e3a49e..5cc51a9bf 100644 --- a/sandbox/aron/schema/validate-rng.sh +++ b/sandbox/aron/schema/validate-rng.sh @@ -5,9 +5,9 @@ # # Requires two arguments: # - Filename of the RELAX NG schema document. -# (or the full path to this document, if it is not in the current directory) -# - Filename of the XML instance document -# (or the full path to this document, if it is not in the current directory) +# (Or the full path to this document, if it is not in the current directory.) +# - Filename of the XML instance document. +# (Or the full path to this document, if it is not in the current directory.) # # $Author: aron $ # $Revision: 57 $ -- 2.47.3