Skip to content

Commit

Permalink
winetricks_set_wineprefix w_warn: fix typo apppear
Browse files Browse the repository at this point in the history
  • Loading branch information
jre-wine authored and austin987 committed May 14, 2024
1 parent 14156c0 commit 98e5c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98e5c33

Please sign in to comment.