From 9873829c6786d30035b48eaa8806e4163b61b37f Mon Sep 17 00:00:00 2001 From: Gerard Date: Thu, 14 Dec 2023 23:23:35 +0100 Subject: [PATCH] Small textual change (#2192) --- misc/hw-acceleration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/hw-acceleration.sh b/misc/hw-acceleration.sh index 32ccb72d..0806bdfa 100644 --- a/misc/hw-acceleration.sh +++ b/misc/hw-acceleration.sh @@ -19,7 +19,7 @@ EOF } header_info echo "Loading..." -whiptail --backtitle "Proxmox VE Helper Scripts" --title "Add HW Acceleration" --yesno "This Will Add HW Acceleration to an exixting LXC Container. Proceed?" 10 68 || exit +whiptail --backtitle "Proxmox VE Helper Scripts" --title "Add HW Acceleration" --yesno "This Will Add HW Acceleration to an existing LXC Container. Proceed?" 10 68 || exit NODE=$(hostname) PREV_MENU=() MSG_MAX_LENGTH=0