Fixed typo

Fixed "wether" to "whether". Wether is a castrated male goat, whereas whether is a synonym for "if".
This commit is contained in:
mayaaa8242 2023-08-31 00:54:21 +02:00 committed by GitHub
parent 47a635a645
commit 4f5e3edd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
flash
View File

@ -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