# HG changeset patch # User Martin von Zweigbergk # Date 2017-05-31 17:35:10 # Node ID b6612d8579e4a81f5251363ca354ce3cf98abca0 # Parent 92bcaef3420b30904a756357e09fce7c2f458fec tests: fix typo in "flagprocesor" diff --git a/tests/test-verify.t b/tests/test-verify.t --- a/tests/test-verify.t +++ b/tests/test-verify.t @@ -324,7 +324,7 @@ test flag processor and skipflags $ 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