Skip to content

Commit abd85ac

Browse files
author
Hadrien de Cuzey
committed
Fix typo
1 parent 604cc62 commit abd85ac

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)