From 98e5c33b201fb951ac4eac53ab0b49d3d56781aa Mon Sep 17 00:00:00 2001 From: Jens Reyer Date: Thu, 9 May 2024 12:47:02 +0200 Subject: [PATCH] winetricks_set_wineprefix w_warn: fix typo apppear --- src/winetricks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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