changeset 14:026da0bbb4ef

Typo.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 01 May 2019 22:19:57 +0200 (2019-05-01)
parents be056ef66d2a
children 3c168c892742
files check_whitespace.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)