From ddc4ab32cbea5f328e5d079dc3940a8e2237f2e4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 2 Feb 2017 10:45:59 +0000 Subject: [PATCH] spelling: unparseable --- regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py b/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py index c12cdd4bfe..19222395c4 100755 --- a/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py +++ b/regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py @@ -11,7 +11,7 @@ while True: items = line.split('\t') sys.stderr.write(line) if len(items) < 6: - print 'LOG\tGot an unparsable line' + print 'LOG\tGot an unparseable line' print 'LOG\t%s' % line print 'END' continue -- 2.47.2