# HG changeset patch # User Martin von Zweigbergk # Date 1496252110 25200 # Node ID b6612d8579e4a81f5251363ca354ce3cf98abca0 # Parent 92bcaef3420b30904a756357e09fce7c2f458fec tests: fix typo in "flagprocesor" diff -r 92bcaef3420b -r b6612d8579e4 tests/test-verify.t --- a/tests/test-verify.t Tue May 30 06:22:14 2017 -0700 +++ b/tests/test-verify.t Wed May 31 10:35:10 2017 -0700 @@ -324,7 +324,7 @@ $ cd skipflags $ cat >> .hg/hgrc < [extensions] - > flagprocesor=$RUNTESTDIR/flagprocessorext.py + > flagprocessor=$RUNTESTDIR/flagprocessorext.py > EOF $ echo '[BASE64]content' > base64 $ hg commit -Aqm 'flag processor content' base64