From: Josh Soref Date: Thu, 2 Feb 2017 10:45:59 +0000 (+0000) Subject: spelling: unparseable X-Git-Tag: rec-4.1.0-alpha1~291^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc4ab32cbea5f328e5d079dc3940a8e2237f2e4;p=thirdparty%2Fpdns.git spelling: unparseable --- 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