Cleanup typo

This commit is contained in:
Derek Parker
2015-03-01 10:17:30 -06:00
parent c158939998
commit 0e55c0cbcb

View File

@ -98,7 +98,7 @@ func handleExit(dbp *proctl.DebuggedProcess, line *liner.State, status int) {
if f, err := os.OpenFile(historyFile, os.O_RDWR, 0666); err == nil {
_, err := line.WriteHistory(f)
if err != nil {
fmt.Println("readline histroy: ", err)
fmt.Println("readline history error: ", err)
}
f.Close()
}