From abd85ac72db23b5237539869676e260cbb4b4356 Mon Sep 17 00:00:00 2001 From: Hadrien de Cuzey Date: Fri, 29 Apr 2016 12:16:20 +0200 Subject: [PATCH] Fix typo --- plugin/python/vdebug/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/python/vdebug/runner.py b/plugin/python/vdebug/runner.py index d828ae23..53825cbe 100644 --- a/plugin/python/vdebug/runner.py +++ b/plugin/python/vdebug/runner.py @@ -225,7 +225,7 @@ def remove_breakpoint(self,args): args = args.strip() if len(args) == 0: self.ui.error("ID or '*' required to remove a breakpoint: run "+\ - "':breakpointWindow' to see breakpoints and their IDs") + "':BreakpointWindow' to see breakpoints and their IDs") return if args == '*':