Alois Mahdal 11 years ago
parent
commit
6f2aa5e64f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/htlogr.py

+ 1
- 1
lib/htlogr.py View File

@@ -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"