lib/procutil: typo fix in comment to WaitForSigterm

This commit is contained in:
Aliaksandr Valialkin 2019-06-03 16:52:08 +03:00
parent 53ea90865d
commit a3e26de45e

View file

@ -6,7 +6,7 @@ import (
"syscall" "syscall"
) )
// WaitForSigterm waits fro either SIGTERM or SIGINT // WaitForSigterm waits for either SIGTERM or SIGINT
// //
// Returns the caught signal. // Returns the caught signal.
func WaitForSigterm() os.Signal { func WaitForSigterm() os.Signal {