From fc250d09c2aeae0b7773e5254948d3b1dbe99cad Mon Sep 17 00:00:00 2001 From: Mike McLean Date: May 20 2019 21:07:50 +0000 Subject: typo in comment --- diff --git a/builder/kojid b/builder/kojid index de05fee..fc23e8a 100755 --- a/builder/kojid +++ b/builder/kojid @@ -765,7 +765,7 @@ class BuildRoot(object): #at this point we know there were external repos at the create event, #so there should be an origins file. origin_idx = {} - # dont' use 'with GzipFile' as it is not supported on py2.6 + # don't use 'with GzipFile' as it is not supported on py2.6 fo2 = GzipFile(fileobj=fo, mode='r') if six.PY3: fo2 = io.TextIOWrapper(fo2, encoding='utf-8')