summaryrefslogtreecommitdiff
path: root/sd_daemon/exit-status.go
diff options
context:
space:
mode:
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