summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
authorAlexander Seiler <seileralex@gmail.com>2023-03-26 03:49:21 +0200
committerOskar Nyberg <3668602+raksooo@users.noreply.github.com>2023-03-27 14:08:15 +0000
commita7f820aedc61a7c1cc9e857b21dc45c8dcf20f93 (patch)
treed440fa99e7bbb869a3b5c65fb0957380dd53c792 /gui/src/shared
parentddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff)
downloadmullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.tar.xz
mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.zip
Fix many typos
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
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>;