Skip to content

Commit c3f2dbd

Browse files
Merge pull request #244 from chadrien/patch-1
Fix typo
2 parents 24495d1 + abd85ac commit c3f2dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/python/vdebug/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def remove_breakpoint(self,args):
225225
args = args.strip()
226226
if len(args) == 0:
227227
self.ui.error("ID or '*' required to remove a breakpoint: run "+\
228-
"':breakpointWindow' to see breakpoints and their IDs")
228+
"':BreakpointWindow' to see breakpoints and their IDs")
229229
return
230230

231231
if args == '*':

0 commit comments

Comments
 (0)