diff options
author | Wuxiang <wuxiangzhou2010@gmail.com> | 2018-04-19 21:32:02 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-04-19 21:32:02 +0800 |
commit | 8f8774cf6dd5bbcba9fa3773fa34d13d6523a147 (patch) | |
tree | e17a5fd27cd0515b0be53965da216d1e936dca28 /node | |
parent | c514fbccc036faafef995d422a74dbe5630e7e00 (diff) | |
download | dexon-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.gz dexon-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.tar.zst dexon-8f8774cf6dd5bbcba9fa3773fa34d13d6523a147.zip |
all: fix various typos (#16533)
* fix typo
* fix typo
* fix typo
Diffstat (limited to 'node')
-rw-r--r-- | node/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 == "" { |