From 0e4d0fcc5a3156b4b3457fa7a76c621ef7d74f5d Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Mon, 18 Mar 2024 16:15:57 +0100 Subject: [PATCH] Fix a small typo in the main script --- src/script/arch-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/arch-update.sh b/src/script/arch-update.sh index 52ac773..4d6f45d 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -105,7 +105,7 @@ quit_msg() { read -n 1 -r -s -p $"$(info_msg "${msg}")" && echo } -# Definition of the evelation method to use (depending on which one is installed on the system) +# Definition of the elevation method to use (depending on which one is installed on the system) if command -v sudo > /dev/null; then su_cmd="sudo" elif command -v doas > /dev/null; then