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
diff options
context:
space:
mode:
Diffstat (limited to 'internal/grpc/client/dial.go')
-rw-r--r--internal/grpc/client/dial.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/grpc/client/dial.go b/internal/grpc/client/dial.go
index a4f076c3a..b87eba079 100644
--- a/internal/grpc/client/dial.go
+++ b/internal/grpc/client/dial.go
@@ -156,7 +156,7 @@ func Dial(ctx context.Context, rawAddress string, opts ...DialOption) (*grpc.Cli
} else {
certPool, err := gitalyx509.SystemCertPool()
if err != nil {
- return nil, fmt.Errorf("failed to get system certificat pool for 'tls' connection: %w", err)
+ return nil, fmt.Errorf("failed to get system certificate pool for 'tls' connection: %w", err)
}
transportCredentials = credentials.NewTLS(&tls.Config{