summaryrefslogtreecommitdiff
path: root/methods/http.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-03-11 09:59:32 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-03-11 09:59:32 +0100
commit484befd1518245e795ed92e6c97ad50786f3b4a2 (patch)
treeb9d56f6f033ea6aa704f89547487632dfc2524db /methods/http.cc
parent6f320e7b0fe9e9f1e1ac4452ba7a4c1eca297842 (diff)
* typo fixes (LP: #107960)
Diffstat (limited to 'methods/http.cc')
-rw-r--r--methods/http.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/methods/http.cc b/methods/http.cc
index 6aa4261ff..61321c850 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -367,8 +367,8 @@ bool ServerState::Close()
/*}}}*/
// ServerState::RunHeaders - Get the headers before the data /*{{{*/
// ---------------------------------------------------------------------
-/* Returns 0 if things are OK, 1 if an IO error occursed and 2 if a header
- parse error occured */
+/* Returns 0 if things are OK, 1 if an IO error occurred and 2 if a header
+ parse error occurred */
int ServerState::RunHeaders()
{
State = Header;