tests: minor grammar change for check-commit
authortimeless <timeless@mozdev.org>
Tue, 01 Mar 2016 11:51:46 +0000
changeset 28293 a22b6fa5a844
parent 28292 3eb7faf6d958
child 28294 89e04a33e958
tests: minor grammar change for check-commit
tests/test-check-commit.t
--- a/tests/test-check-commit.t	Sat Feb 27 21:43:17 2016 -0800
+++ b/tests/test-check-commit.t	Tue Mar 01 11:51:46 2016 +0000
@@ -14,7 +14,7 @@
   $ for node in `hg log --rev 'not public() and ::.' --template '{node|short}\n'`; do
   >    hg export $node | contrib/check-commit > ${TESTTMP}/check-commit.out
   >    if [ $? -ne 0 ]; then
-  >        echo "Revision $node does not comply to rules"
+  >        echo "Revision $node does not comply with rules"
   >        echo '------------------------------------------------------'
   >        cat ${TESTTMP}/check-commit.out
   >        echo