]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: unparseable
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:45:59 +0000 (10:45 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 10:45:59 +0000 (10:45 +0000)
regression-tests.nobackend/negcache-tests-dotted-cname/pipe.py

index c12cdd4bfee7cd39a5048b373fa13589e1790cc6..19222395c495bc8e314a60e59d136e2fd98a46fb 100755 (executable)
@@ -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