Fix minor typos

This commit is contained in:
Phil Davis
2020-10-01 16:00:43 +05:45
parent c5b657ba05
commit c90f19ec21
10 changed files with 21 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ import (
var log = event.Log
// childAlreadyRunning tests if a .pid file at filePath is a running proccess.
// childAlreadyRunning tests if a .pid file at filePath is a running process.
// it returns the pid value and the running status (true or false).
func childAlreadyRunning(filePath string) (pid int, running bool) {
if !fs.FileExists(filePath) {