diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-12-07 12:38:18 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-12-07 12:38:18 -0500 |
commit | 832bbe8f8829c26b63039c157d65ab836c32f3c9 (patch) | |
tree | a2d489a075bace1050e02bae39474cd55130b7c4 /sd_daemon/notify.go | |
parent | a901af702443970a23768e8bf5af2ce8d8a9d627 (diff) |
Wow, I'm really bad at spelling
Diffstat (limited to 'sd_daemon/notify.go')
-rw-r--r-- | sd_daemon/notify.go | 6 |
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. // |