From 6e9e633616daaacc60fe87e0c4d5755c76ab5162 Mon Sep 17 00:00:00 2001 From: Rohan Barar <57999059+KernelGhost@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:19:56 +1000 Subject: [PATCH] Fix typo in EC_NO_SUDO comment --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7b77254..d1438a6 100755 --- a/setup.sh +++ b/setup.sh @@ -21,7 +21,7 @@ readonly EC_BAD_ARGUMENT="2" # Unsupported argument passed to script. readonly EC_EXISTING_INSTALL="3" # Existing conflicting WinApps installation. readonly EC_NO_CONFIG="4" # Absence of a valid WinApps configuration file. readonly EC_MISSING_DEPS="5" # Missing dependencies. -readonly EC_NO_SUDO="6" # Insufficient privilages to invoke superuser access. +readonly EC_NO_SUDO="6" # Insufficient privileges to invoke superuser access. readonly EC_NOT_IN_GROUP="7" # Current user not in group 'libvirt' and/or 'kvm'. readonly EC_VM_OFF="8" # Windows 'libvirt' VM powered off. readonly EC_VM_PAUSED="9" # Windows 'libvirt' VM paused.