Merge pull request #1060 from YummyPeng/fix-typo

Fix typo
This commit is contained in:
Mrunal Patel 2016-09-21 12:31:04 -07:00 committed by GitHub
commit 09fd10eb2d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ type parentProcess interface {
// wait waits on the process returning the process state.
wait() (*os.ProcessState, error)
// startTime return's the process start time.
// startTime returns the process start time.
startTime() (string, error)
signal(os.Signal) error