summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-01-22 18:02:30 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-01-22 18:02:30 +0000
commit45139bb59609d3edec392aece8014b5764233095 (patch)
tree1bbf7f3a94314067bc7739ea75d52127080fc3d1
parent1432ca2e089f3c1cb68baebc1b70563bc133f857 (diff)
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@3236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/HTTPServer/src/Glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h
index a358e54587..e9503f07be 100644
--- a/plugins/HTTPServer/src/Glob.h
+++ b/plugins/HTTPServer/src/Glob.h
@@ -59,7 +59,7 @@ using namespace std;
#define SD_BOTH 0x02
#define MODULE "HTTPServer"
-#define MSG_BOX_TITEL TranslateT("Miranda NG HTTP-Server)")
+#define MSG_BOX_TITEL TranslateT("Miranda NG HTTP-Server")
#define SplitIpAddress( p ) (BYTE)(p>>24),(BYTE)(p>>16),(BYTE)(p>>8),(BYTE)(p)