summaryrefslogtreecommitdiff
path: root/system/api/push.go
diff options
context:
space:
mode:
authorferhat elmas <elmas.ferhat@gmail.com>2017-03-16 10:50:22 +0100
committerferhat elmas <elmas.ferhat@gmail.com>2017-03-16 10:50:22 +0100
commitd94cd94c0d0cefbb176460bb675f81034333eb26 (patch)
treecd8839e7b1dbeb17ccfff5834085440082a55bdf /system/api/push.go
parent709fdc6ce0184034dfe2df7c413772c19a4455f0 (diff)
Typo fixes
Diffstat (limited to 'system/api/push.go')
-rw-r--r--system/api/push.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/push.go b/system/api/push.go
index e936ef7..2b68d5b 100644
--- a/system/api/push.go
+++ b/system/api/push.go
@@ -35,7 +35,7 @@ func push(res http.ResponseWriter, req *http.Request, pt func() interface{}, dat
err := pusher.Push(v.String(), nil)
// check for error, "http2: recursive push not allowed"
- // and return, supressing a log message
+ // and return, suppressing a log message
if err != nil && err.Error() == http2.ErrRecursivePush.Error() {
return true
}