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
                                      "message not logged" % r.status)
64
                                      "message not logged" % r.status)
65
             return_msg = r.read()
65
             return_msg = r.read()
66
         except httplib.BadStatusLine as e:
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
                           % e.line)
68
                           % e.line)
69
         except:
69
         except:
70
             return_msg = ("something bad happened. We don't know what"
70
             return_msg = ("something bad happened. We don't know what"