changeset 11:01dc9ba12e1b default tip

XSLScript: typo fixed.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 31 Mar 2014 21:59:31 +0400
parents cb41e7c634c5
children
files xslscript.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xslscript.pl
+++ b/xslscript.pl
@@ -39,7 +39,7 @@ GetOptions(
 
 my $grammar = <<'EOF';
 
-# XSLTScript grammar, reconstructed
+# XSLScript grammar, reconstructed
 
 startrule	: <skip:""> item(s) eofile
 	{ $return = $item{'item(s)'}; 1 }