summaryrefslogtreecommitdiff
path: root/wsmsg_hello.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsmsg_hello.go')
-rw-r--r--wsmsg_hello.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsmsg_hello.go b/wsmsg_hello.go
index f7a984c..8ed03d8 100644
--- a/wsmsg_hello.go
+++ b/wsmsg_hello.go
@@ -41,7 +41,7 @@ func messageHello(
select {
case <-ctx.Done():
return wrapError(
- errContextCancelled,
+ errContextCanceled,
ctx.Err(),
)
default: