summaryrefslogtreecommitdiff
path: root/sd_daemon/notify.go
diff options
context:
space:
mode:
Diffstat (limited to 'sd_daemon/notify.go')
-rw-r--r--sd_daemon/notify.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd_daemon/notify.go b/sd_daemon/notify.go
index fcd8060..62e507f 100644
--- a/sd_daemon/notify.go
+++ b/sd_daemon/notify.go
@@ -1,6 +1,6 @@
// Copyright 2013-2015 Docker, Inc.
// Copyright 2014 CoreOS, Inc.
-// Copyright 2015-2017 Luke Shumaker
+// Copyright 2015-2018 Luke Shumaker
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -29,11 +29,11 @@ import (
type Notification struct {
// PID specifies which process to send a notification about.
// If PID <= 0, or if the current process does not have
- // priveleges to send messages on behalf of other processes,
+ // privileges to send messages on behalf of other processes,
// then the message is simply sent from the current process.
PID int
- // State should countain a newline-separated list of variable
+ // State should contain a newline-separated list of variable
// assignments. See the documentation for sd_notify(3) for
// well-known variable assignments.
//