Commit 66fe8867 by Carl Bergquist Committed by GitHub

Merge pull request #6112 from replay/fix_typo

fix typo
parents bb77caa3 b063cf0a
...@@ -56,7 +56,7 @@ func main() { ...@@ -56,7 +56,7 @@ func main() {
setting.BuildCommit = commit setting.BuildCommit = commit
setting.BuildStamp = buildstampInt64 setting.BuildStamp = buildstampInt64
go listenToSystemSignels() go listenToSystemSignals()
flag.Parse() flag.Parse()
writePIDFile() writePIDFile()
...@@ -116,7 +116,7 @@ func writePIDFile() { ...@@ -116,7 +116,7 @@ func writePIDFile() {
} }
} }
func listenToSystemSignels() { func listenToSystemSignals() {
signalChan := make(chan os.Signal, 1) signalChan := make(chan os.Signal, 1)
code := 0 code := 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment