summaryrefslogtreecommitdiffhomepage
path: root/windows
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-03-27 16:11:07 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-03-27 16:11:07 +0200
commit7f7f4f82038f54808bd3632196bd341ab0350748 (patch)
tree866bbeb1348c298f5ab9d8e4252bd2575f47da58 /windows
parentddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff)
parenta7fcfeee3cf86593a4192c813b125a71a1bbf63a (diff)
downloadmullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.tar.xz
mullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.zip
Merge branch 'fix-many-typos'
Diffstat (limited to 'windows')
-rw-r--r--windows/nsis-plugins/src/cleanup/cleaningops.cpp2
-rw-r--r--windows/winfw/src/winfw/fwcontext.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/nsis-plugins/src/cleanup/cleaningops.cpp b/windows/nsis-plugins/src/cleanup/cleaningops.cpp
index 831cf96bf3..d95f275bca 100644
--- a/windows/nsis-plugins/src/cleanup/cleaningops.cpp
+++ b/windows/nsis-plugins/src/cleanup/cleaningops.cpp
@@ -176,7 +176,7 @@ void RemoveLogsCacheOtherUsers()
//
// Determine relative path to "local app data" from home directory.
//
- // Beware, the local app data path may be overriden from its default location
+ // Beware, the local app data path may be overridden from its default location
// as a node somewhere beneath the home directory.
//
diff --git a/windows/winfw/src/winfw/fwcontext.cpp b/windows/winfw/src/winfw/fwcontext.cpp
index 6f6a73baf4..f033830b45 100644
--- a/windows/winfw/src/winfw/fwcontext.cpp
+++ b/windows/winfw/src/winfw/fwcontext.cpp
@@ -32,7 +32,7 @@ namespace
{
//
-// Since the PermitLan rule doesn't specifically address DNS, it will allow DNS requests targetting
+// Since the PermitLan rule doesn't specifically address DNS, it will allow DNS requests targeting
// a local resolver to leave the machine. From the local resolver the request will either be
// resolved from cache, or forwarded out onto the Internet.
//