Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 0cfb50d

Browse files
author
吴乔民
authored
fix typo (#199)
Signed-off-by: wuqiaomin <wuqiaomin2@huawei.com>
1 parent 3e3a3c6 commit 0cfb50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/client/msp/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func New(clientProvider context.ClientProvider, opts ...ClientOption) (*Client,
7474
c.caName = ca.CAName
7575
}
7676

77-
err = veiifyOrgCA(org, c.caID)
77+
err = verifyOrgCA(org, c.caID)
7878
if err != nil {
7979
return nil, err
8080
}
@@ -105,7 +105,7 @@ func initClientFromOptions(clientProvider context.ClientProvider, opts ...Client
105105
return ctx, &c, nil
106106
}
107107

108-
func veiifyOrgCA(org fab.OrganizationConfig, caID string) error {
108+
func verifyOrgCA(org fab.OrganizationConfig, caID string) error {
109109
if caID == "" {
110110
return nil
111111
}

0 commit comments

Comments
 (0)