summaryrefslogtreecommitdiffstats
path: root/deps/deps.go
diff options
context:
space:
mode:
Diffstat (limited to 'deps/deps.go')
-rw-r--r--deps/deps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps.go b/deps/deps.go
index 9cb8557a5..0eeb4248b 100644
--- a/deps/deps.go
+++ b/deps/deps.go
@@ -231,7 +231,7 @@ type globalErrHandler struct {
quit chan struct{}
}
-// SendErr sends the error on a channel to be handled later.
+// SendError sends the error on a channel to be handled later.
// This can be used in situations where returning and aborting the current
// operation isn't practical.
func (e *globalErrHandler) SendError(err error) {