From 2e9e930b08a7fcdbedb5f36d275f269401c2bbb8 Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Wed, 7 Jan 2015 22:37:20 -0800 Subject: [PATCH] typo in help docs: "vebugger" was "vebuger" --- doc/vebugger.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vebugger.txt b/doc/vebugger.txt index eb0809c..a86d12b 100644 --- a/doc/vebugger.txt +++ b/doc/vebugger.txt @@ -109,7 +109,7 @@ information(usually the "-g" flag). LAUNCHING GDB *vebugger-gdb* -GDB can be launched with *vebuger#gdb#start* +GDB can be launched with *vebugger#gdb#start* > call vebugger#gdb#start('a.out',{'args':['hello','world']}) <