Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorYoginth <me@yoginth.com>2019-05-31 08:18:04 +0300
committerYoginth <me@yoginth.com>2019-05-31 08:18:04 +0300
commit0d4f4cd7930628947c73fbdc0e3b78b408cbc2b7 (patch)
tree604d4c3bfdd1eb5bebbd05b19ba86f249c08cf92 /client
parentef0c35d7485eaa96a07be7daf0265990101fb12c (diff)
Typo Fixes
Diffstat (limited to 'client')
-rw-r--r--client/dial.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dial.go b/client/dial.go
index 1874cc6e1..190cb7ca9 100644
--- a/client/dial.go
+++ b/client/dial.go
@@ -55,7 +55,7 @@ func Dial(rawAddress string, connOpts []grpc.DialOption) (*grpc.ClientConn, erro
connOpts = append(connOpts, grpc.WithInsecure())
case unixConnection:
- canonicalAddress = rawAddress // This will be overriden by the custom dialer...
+ canonicalAddress = rawAddress // This will be overridden by the custom dialer...
connOpts = append(
connOpts,
grpc.WithInsecure(),