winedbg: fix type in manpage

Stefan Huehner stefan at huehner.org
Fri Aug 11 14:57:52 CDT 2006


Hi,

the attached patch fixes a small typo in the manpage of winedbg.

The original patch is written by 'A Costa' and has been sitting in debians' BTS
since some time [1]

Please consider applying.

Regards,
Stefan

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=351423
-------------- next part --------------
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index c9922c7..953b547 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -150,7 +150,7 @@ Execute next assembly instruction (enter
 .IP \fBnexti\fR
 Execute next assembly instruction (doesn't enter function call)
 .IP \fBfinish\fR
-Excute until return of current function is reached.
+Execute until return of current function is reached.
 .PP
 \fBcont\fR, \fBstep\fR, \fBnext\fR, \fBstepi\fR, \fBnexti\fR can be
 postfixed by a number (N), meaning that the command must be executed N


More information about the wine-patches mailing list