Fix typos

This commit is contained in:
Nodir Temirkhodjaev 2024-05-02 14:56:46 +03:00
parent 86790ab989
commit 6b9b578c02
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Fort Firewall ChangeLog
v3.12.6, 2024-05-02: v3.12.6, 2024-05-02:
- UI: Service: Restart clients on upgrade. - UI: Service: Restart clients on upgrade.
- UI: Use RegisterApplicationRestart(). - UI: Use RegisterApplicationRestart().
- Installer: Remove uneeded "delay-start.bat". - Installer: Remove unneeded "delay-start.bat".
v3.12.5, 2024-04-30: v3.12.5, 2024-04-30:
- UI: Portable: Istall driver on startup and uninstall on exit. - UI: Portable: Istall driver on startup and uninstall on exit.

View File

@ -30,7 +30,7 @@ enum FortError {
inline bool processArgsParam(const char param, const char *arg2, int &rc) inline bool processArgsParam(const char param, const char *arg2, int &rc)
{ {
switch (param) { switch (param) {
case 's': { // Stop case 's': { // Service: Stop
rc = StartupUtil::stopService() ? 0 : FortErrorService; rc = StartupUtil::stopService() ? 0 : FortErrorService;
} break; } break;
case 'i': { // Install case 'i': { // Install