summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
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 /gui/src/shared
parentddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff)
parenta7fcfeee3cf86593a4192c813b125a71a1bbf63a (diff)
downloadmullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.tar.xz
mullvadvpn-7f7f4f82038f54808bd3632196bd341ab0350748.zip
Merge branch 'fix-many-typos'
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/gui-settings-state.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/shared/gui-settings-state.ts b/gui/src/shared/gui-settings-state.ts
index e1286101b7..d09421c92a 100644
--- a/gui/src/shared/gui-settings-state.ts
+++ b/gui/src/shared/gui-settings-state.ts
@@ -21,10 +21,10 @@ export interface IGuiSettingsState {
// Tells the app to hide the main window on start.
startMinimized: boolean;
- // Tells the app wheter or not it should act as a window or a context menu.
+ // Tells the app whether or not it should act as a window or a context menu.
unpinnedWindow: boolean;
- // Conains a list of filepaths to applications added to the list of applications, in the split
+ // Contains a list of filepaths to applications added to the list of applications, in the split
// tunneling view, by the user.
browsedForSplitTunnelingApplications: Array<string>;