Merge pull request #4 from mephux/patch-1

Fix typo
pull/5/head
shirou 11 years ago
commit 026f5023a8

@ -214,7 +214,7 @@ func (p *Process) getFromSnapProcess(pid int32) (int32, int32, string, error) {
return int32(pe32.Th32ParentProcessID), int32(pe32.CntThreads), szexe, nil
}
}
return 0, 0, "", errors.New("Cloud not find pid:" + string(pid))
return 0, 0, "", errors.New("Couldn't find pid:" + string(pid))
}
// Get processes

Loading…
Cancel
Save