resend: patch: fix typo in manpage

Stefan Huehner stefan at huehner.org
Mon Aug 21 06:18:34 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                                                                          

-------------- 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