# HG changeset patch # User Sjoerd Mullender <sjoerd@acm.org> # Date 1556741997 -7200 # Node ID 026da0bbb4ef76c2fe8f3d1c3698a19a0917e3a4 # Parent be056ef66d2a8f0eb5de3ba9037d7210620aefd1 Typo. diff -r be056ef66d2a -r 026da0bbb4ef check_whitespace.py --- a/check_whitespace.py Wed May 01 22:19:48 2019 +0200 +++ b/check_whitespace.py Wed May 01 22:19:57 2019 +0200 @@ -132,7 +132,7 @@ if __name__ == '__main__': import sys sys.stderr.write('call this hook using the Python interface.\n' - 'In your .hgrc file you shoud have:\n' + 'In your .hgrc file you should have:\n' 'pretxncommit.whitespace = python:<path-to-check_whitespace-directory>/check_whitespace.py:hook\n') sys.exit(1)