From 7cea81eea602bfb0023fe2cc8ca62acaa73fa2fc Mon Sep 17 00:00:00 2001 From: "adam@algroup.co.uk" Date: Sat, 5 Sep 2009 13:11:31 +0000 Subject: [PATCH] oops, missed a bit! --- tools/xorcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xorcheck.py b/tools/xorcheck.py index 37aa27ce..3a7c8d66 100755 --- a/tools/xorcheck.py +++ b/tools/xorcheck.py @@ -38,7 +38,7 @@ if(len(sys.argv) < 3): print print 'Should produce the output:' print - print '\tTarget (BA) matched with final LRC XOR byte value: 5A' + print '\tTarget (BA) requires final LRC XOR byte value: 5A' print os._exit(True) -- 2.39.2