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"