aboutsummaryrefslogtreecommitdiff
path: root/lbclient.go
diff options
context:
space:
mode:
authorGravatar xPushkin <pd.stroganov@gmail.com> 2017-10-08 13:30:35 +0100
committerGravatar xPushkin <pd.stroganov@gmail.com> 2017-10-08 13:30:35 +0100
commitf24d00fcc6f11f3a622727e6ff27cd42db765028 (patch)
tree300617ae18ca9c2e8d628dcab25c00a20fc460e8 /lbclient.go
parentMention that the body returned from Request.Body and Response.Body is valid u... (diff)
downloadfasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.tar.gz
fasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.tar.bz2
fasthttp-f24d00fcc6f11f3a622727e6ff27cd42db765028.zip
A lot of typo fixes
Diffstat (limited to 'lbclient.go')
-rw-r--r--lbclient.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbclient.go b/lbclient.go
index 41fe727..12418b6 100644
--- a/lbclient.go
+++ b/lbclient.go
@@ -59,7 +59,7 @@ type LBClient struct {
// DefaultLBClientTimeout is the default request timeout used by LBClient
// when calling LBClient.Do.
//
-// The timeout may be overriden via LBClient.Timeout.
+// The timeout may be overridden via LBClient.Timeout.
const DefaultLBClientTimeout = time.Second
// DoDeadline calls DoDeadline on the least loaded client