mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-27 05:08:13 +08:00
Fix minor typos
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user