aboutsummaryrefslogtreecommitdiffstats
path: root/notifier_linux.go
diff options
context:
space:
mode:
authorMaxwell Krohn2016-05-16 09:15:45 -0400
committerMaxwell Krohn2016-05-16 09:15:45 -0400
commit691accb554b4808ecb1d96b9e1b128dd2ec65879 (patch)
treebaa13106d13ed02d22beffaa34668ea312a3ae63 /notifier_linux.go
parent1a97dd20fd0dd0bc898364570b516d729fbcd869 (diff)
downloadgo-notifier-691accb554b4808ecb1d96b9e1b128dd2ec65879.tar.bz2
comment fix
Diffstat (limited to 'notifier_linux.go')
-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
}