Index: trunk/tools/validate-stil.bat
===================================================================
--- trunk/tools/validate-stil.bat	(revision 1837)
+++ trunk/tools/validate-stil.bat	(revision 1957)
@@ -2,5 +2,5 @@
 setlocal
 set STIL=../asma/Docs/STIL.txt
-echo Lines with leading spaces:
+echo Lines with trailing spaces:
 grep -E " $" %STIL%
 echo Lines exceeding 100 characters:
@@ -8,5 +8,5 @@
 echo Lines not matching the format:
 grep -v -n -E "^#|^/|^   NAME: |^  TITLE: |^ ARTIST: |^COMMENT: |^         |^$|\(#[0-9]+\)$" %STIL%
-echo Lines that ...???
+echo References to missing files:
 perl -ne "m{^/(\S+)} and (-e qq{../asma/$1} or print)" %STIL%
 echo Number of file paths:
