summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-03-25 14:40:37 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-03-25 14:40:37 +0100
commitff33ebe7d9d9fb835d6c66ff15ddef78462966d0 (patch)
tree4aa448ea180d22d50d4a28827292e62c5fa24dcd /src/modules/m_httpd.cpp
parent3f601a622d886918866ae4775c1199892f43507c (diff)
m_httpd Fix typo noticed by @SaberUK
Diffstat (limited to 'src/modules/m_httpd.cpp')
-rw-r--r--src/modules/m_httpd.cpp2
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: