changeset 28293:a22b6fa5a844

tests: minor grammar change for check-commit
author timeless <timeless@mozdev.org>
date Tue, 01 Mar 2016 11:51:46 +0000
parents 3eb7faf6d958
children 89e04a33e958
files tests/test-check-commit.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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