Fixed Spelling error in Linux AppImage Installer (closes https://github.com/zen-browser/desktop/issues/2341)

This commit is contained in:
mr. m 🤙 2024-10-29 12:10:28 +01:00 committed by GitHub
parent e35511d544
commit 8bf321533a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,7 +254,7 @@ check_for_updates() {
zsync_url="$ZEN_STABLE_SPECIFIC.zsync"
appimage_url="$ZEN_STABLE_SPECIFIC"
fi
log_warn "Auto dedecting AVX2 support..."
log_warn "Auto detecting AVX2 support..."
else
if [[ "$is_twilight" == 1 ]]; then
zsync_url="$ZEN_TWILIGHT_GENERIC.zsync"
@ -310,7 +310,7 @@ install_zen_browser() {
else
appimage_url="$ZEN_STABLE_SPECIFIC"
fi
log_warn "Auto dedecting AVX2 support..."
log_warn "Auto detecting AVX2 support..."
else
if [[ "$is_twilight" == 1 ]]; then
appimage_url="$ZEN_TWILIGHT_GENERIC"
@ -392,4 +392,4 @@ main_menu "${1:-stable}"
# End of script
log_info ""
log_info "Thank you for using Zen Browser Installer!"
log_info "Thank you for using Zen Browser Installer!"