summaryrefslogtreecommitdiff
path: root/win/win32service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/win32service.cpp')
-rw-r--r--win/win32service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/win32service.cpp b/win/win32service.cpp
index 4c2545b1e..46e9d3516 100644
--- a/win/win32service.cpp
+++ b/win/win32service.cpp
@@ -42,7 +42,7 @@ struct Service_Data {
static Service_Data g_ServiceData;
/** The main part of inspircd runs within this thread function. This allows the service part to run
- * seperately on its own and to be able to kill the worker thread when its time to quit.
+ * separately on its own and to be able to kill the worker thread when its time to quit.
*/
DWORD WINAPI WorkerThread(LPVOID param)
{