]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
Stylistic changes
[stg.git] / projects / stargazer / plugins / authorization / inetaccess / inetaccess.cpp
index a86933bc4180746e44be5a0cf81528660b2b9e7e..512584c7e3ae45d6c71b69d719c4792718e2c630 100644 (file)
@@ -511,8 +511,8 @@ while (ia->nonstop)
     {
     usleep(20000);
     ia->Timeouter();
-    // TODO cahange counter to timer and MONITOR_TIME_DELAY_SEC
-    if (++a % (50*60) == 0 && ia->stgSettings->GetMonitoring())
+    // TODO change counter to timer and MONITOR_TIME_DELAY_SEC
+    if (++a % (50 * 60) == 0 && ia->stgSettings->GetMonitoring())
         {
         TouchFile(monFile.c_str());
         }