From fa4b2957ee1449ba48664d6430b0ea1889c892e8 Mon Sep 17 00:00:00 2001 From: Matthew Wedgwood Date: Wed, 24 Sep 2014 21:36:06 -0700 Subject: [PATCH] Fix typo --- process_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_linux.go b/process_linux.go index ad088bf5..47cf99c3 100644 --- a/process_linux.go +++ b/process_linux.go @@ -143,7 +143,7 @@ func (p *Process) CPUTimes() (*CPUTimesStat, error) { } return cpuTimes, nil } -func (p *Process) CPUPpercent() (int32, error) { +func (p *Process) CPUPercent() (int32, error) { return 0, NotImplementedError } func (p *Process) CPUAffinity() ([]int32, error) {