From f5128ca16639706236403a285bedebc078451c5b Mon Sep 17 00:00:00 2001 From: Dustin Webber Date: Wed, 13 Aug 2014 15:26:16 -0400 Subject: [PATCH] Fix typo --- process_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_windows.go b/process_windows.go index 836f436..a0b684a 100644 --- a/process_windows.go +++ b/process_windows.go @@ -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