From 4f5e3edd1fa5a6fd45aafe323cdab437d689bb02 Mon Sep 17 00:00:00 2001 From: mayaaa8242 <135223198+mayaaa8242@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:54:21 +0200 Subject: [PATCH] Fixed typo Fixed "wether" to "whether". Wether is a castrated male goat, whereas whether is a synonym for "if". --- flash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash b/flash index 57e331b..20cddb5 100755 --- a/flash +++ b/flash @@ -121,7 +121,7 @@ setup() { echo -e "$DIR_MADE_MSG" } -# Test if .local/share exists and wether to offer setup process +# Test if .local/share exists and whether to offer setup process if [ ! -d "$DIR" ]; then echo -e "No ${LRED}$DIR${NC} directory, make it? ${LGREEN}Y${NC}/${LRED}N${NC}" # shellcheck disable=SC2162