diff --git a/src/winetricks b/src/winetricks index c30256fbc..2f43c1bf9 100755 --- a/src/winetricks +++ b/src/winetricks @@ -5233,7 +5233,7 @@ winetricks_set_wineprefix() esac if [ "${_W_wow64_style}" = "new" ]; then - w_warn "You apppear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this." + w_warn "You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this." elif [ "${_W_wow64_style}" = "unknown" ]; then w_warn "WoW64 type could not be detected." fi