aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxwell Krohn2016-05-17 12:18:23 -0500
committerMaxwell Krohn2016-05-17 12:18:23 -0500
commitbf99ebf159886a9e825512fb9e174cb9b011705f (patch)
treeceec2fb1cff4b023066b0970d785e1d8e5b1e028
parentc9cfceb1fd3b324cae19c41f247ef4355f22c279 (diff)
parent691accb554b4808ecb1d96b9e1b128dd2ec65879 (diff)
downloadgo-notifier-bf99ebf159886a9e825512fb9e174cb9b011705f.tar.bz2
Merge pull request #1 from keybase/comment-fix
comment fix
-rw-r--r--notifier_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/notifier_linux.go b/notifier_linux.go
index 7996354..69b32cb 100644
--- a/notifier_linux.go
+++ b/notifier_linux.go
@@ -10,7 +10,7 @@ import (
type linuxNotifier struct{}
-// NewNotifier constructs notifier for Windows
+// NewNotifier constructs notifier for Linux
func NewNotifier() (Notifier, error) {
return &linuxNotifier{}, nil
}