diff --git a/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp b/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp index 00fb941c..39da2023 100644 --- a/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp +++ b/SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp @@ -44,7 +44,7 @@ void COptionsWindow::CreateNetwork() void COptionsWindow::LoadINetAccess() { m_IsEnabledWFP = m_pBox->GetAPI()->GetGlobalSettings()->GetBool("NetworkEnableWFP", false); - // check if we are blockign globally and if so adapt the behavioure accordingly + // check if we are blockign globaly and if so adapt the behavioure accordingly m_WFPisBlocking = !m_pBox->GetAPI()->GetGlobalSettings()->GetBool("AllowNetworkAccess", true); ui.lblNoWfp->setVisible(!m_IsEnabledWFP); // warn user that this is only user mode