From 8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 Mon Sep 17 00:00:00 2001 From: Wuxiang Date: Thu, 19 Apr 2018 21:32:02 +0800 Subject: all: fix various typos (#16533) * fix typo * fix typo * fix typo --- node/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node') diff --git a/node/config.go b/node/config.go index dda24583e..486eddf92 100644 --- a/node/config.go +++ b/node/config.go @@ -209,7 +209,7 @@ func DefaultHTTPEndpoint() string { return config.HTTPEndpoint() } -// WSEndpoint resolves an websocket endpoint based on the configured host interface +// WSEndpoint resolves a websocket endpoint based on the configured host interface // and port parameters. func (c *Config) WSEndpoint() string { if c.WSHost == "" { -- cgit v1.2.3