1
0

Fix spelling

This commit is contained in:
2019-08-21 06:16:25 +00:00
parent 7fd8614e3c
commit 14b8010fee
6 changed files with 7 additions and 7 deletions

View File

@ -161,7 +161,7 @@ func debugHandler(kcfg config.KernelConfig, workPath, kernRegex, gdb string,
q.Debug(gdb)
coloredGdbAddress := aurora.BgGreen(aurora.Black(gdb))
fmt.Printf("[*] gdb runned on %s\n", coloredGdbAddress)
fmt.Printf("[*] gdb is listening on %s\n", coloredGdbAddress)
err = q.Start()
if err != nil {