summaryrefslogtreecommitdiff
path: root/sd_daemon/exit-status.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-12-07 12:38:18 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-12-07 12:38:18 -0500
commit832bbe8f8829c26b63039c157d65ab836c32f3c9 (patch)
treea2d489a075bace1050e02bae39474cd55130b7c4 /sd_daemon/exit-status.go
parenta901af702443970a23768e8bf5af2ce8d8a9d627 (diff)
Wow, I'm really bad at spelling
Diffstat (limited to 'sd_daemon/exit-status.go')
-rw-r--r--sd_daemon/exit-status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd_daemon/exit-status.go b/sd_daemon/exit-status.go
index b7fd305..7993dbc 100644
--- a/sd_daemon/exit-status.go
+++ b/sd_daemon/exit-status.go
@@ -20,7 +20,7 @@ import (
)
// daemon(7) recommends using the exit codes defined in the "LSB
-// recomendations for SysV init scripts"[1].
+// recommendations for SysV init scripts"[1].
//
// BSD sysexits.h (which is also in GNU libc) defines several exit
// codes in the range 64-78. These are typically used in the context