Alois Mahdal пре 11 година
родитељ
комит
6f2aa5e64f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      lib/htlogr.py

+ 1
- 1
lib/htlogr.py Прегледај датотеку

@@ -64,7 +64,7 @@ class htlogr:
64 64
                                      "message not logged" % r.status)
65 65
             return_msg = r.read()
66 66
         except httplib.BadStatusLine as e:
67
-            return_msg = ("httplib does not like thie line:\n\n    %s"
67
+            return_msg = ("httplib does not like this line:\n\n    %s"
68 68
                           % e.line)
69 69
         except:
70 70
             return_msg = ("something bad happened. We don't know what"