typo in help docs: "vebugger" was "vebuger"

This commit is contained in:
Suraj N. Kurapati 2015-01-07 22:37:20 -08:00
parent 17cedf51de
commit 2e9e930b08

View File

@ -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']})
<