diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-11 09:59:32 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-11 09:59:32 +0100 |
commit | 484befd1518245e795ed92e6c97ad50786f3b4a2 (patch) | |
tree | b9d56f6f033ea6aa704f89547487632dfc2524db /methods | |
parent | 6f320e7b0fe9e9f1e1ac4452ba7a4c1eca297842 (diff) |
* typo fixes (LP: #107960)
Diffstat (limited to 'methods')
-rw-r--r-- | methods/http.cc | 4 |
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; |