From 803f3bd0a9af7fc10495021ad602c4f9a048edd2 Mon Sep 17 00:00:00 2001 From: Stefan Huehner <stefan@huehner.org> Date: Mon, 21 Aug 2006 13:18:34 +0200 Subject: [PATCH] winedbg: Fix typo in manpage. --- programs/winedbg/winedbg.man.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in index c9922c75f7c..953b547bde7 100644 --- a/programs/winedbg/winedbg.man.in +++ b/programs/winedbg/winedbg.man.in @@ -150,7 +150,7 @@ Execute next assembly instruction (enters function call) .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 -- GitLab