X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=win%2Fwin32service.cpp;h=46e9d351614cd10948234cf5f31fa181b8e52f3e;hb=44489ddf7e90413d8f656aea24d74445bab227af;hp=4c2545b1e47c722f5b38b0b756a589d2331f38e1;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git 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) {