]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/win32service.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / win / win32service.cpp
index 4c2545b1e47c722f5b38b0b756a589d2331f38e1..46e9d351614cd10948234cf5f31fa181b8e52f3e 100644 (file)
@@ -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)
 {