Skip to content

Commit

Permalink
winetricks: fix typo in last commit, w_warn, not warn
Browse files Browse the repository at this point in the history
git-svn-id: https://winetricks.googlecode.com/svn/trunk@837 98bf863f-ac88-fb5c-4855-c94565d26d3c
  • Loading branch information
austinenglish@gmail.com committed Jun 11, 2012
1 parent e2640d8 commit 6961308
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 @@ -5984,7 +5984,7 @@ load_remove_mono()
then
$WINE uninstaller --remove $mono_uuid
else
warn "Mono does not appear to be installed."
w_warn "Mono does not appear to be installed."
fi
}

Expand Down

0 comments on commit 6961308

Please sign in to comment.