diff options
| author | 2014-03-25 14:40:37 +0100 | |
|---|---|---|
| committer | 2014-03-25 14:40:37 +0100 | |
| commit | ff33ebe7d9d9fb835d6c66ff15ddef78462966d0 (patch) | |
| tree | 4aa448ea180d22d50d4a28827292e62c5fa24dcd /src/modules/m_httpd.cpp | |
| parent | m_operprefix Don't set +y on the oper if hideoper is being unset due to deope... (diff) | |
m_httpd Fix typo noticed by @SaberUK
Diffstat (limited to 'src/modules/m_httpd.cpp')
| -rw-r--r-- | src/modules/m_httpd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index a853e12c2..2a430d967 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -107,7 +107,7 @@ class HttpServerSocket : public BufferedSocket case 300: return "MULTIPLE CHOICES"; case 301: - return "MOVED PERMENANTLY"; + return "MOVED PERMANENTLY"; case 302: return "FOUND"; case 303: |
