Skip to content

Commit adbd6ad

Browse files
committed
[FAB-9214] Fix misspelling of "certificate" in log
Change-Id: Idf2b4c1423a1ee2765a51cffc4cc4de61295fa33 Signed-off-by: Zhenguo Niu <Niu.ZGlinux@gmail.com>
1 parent 8d67d59 commit adbd6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peer/node/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ func serve(args []string) error {
161161
// set the cert to use if client auth is requested by remote endpoints
162162
clientCert, err := peer.GetClientCertificate()
163163
if err != nil {
164-
logger.Fatalf("Failed to set TLS client certficate (%s)", err)
164+
logger.Fatalf("Failed to set TLS client certificate (%s)", err)
165165
}
166166
comm.GetCredentialSupport().SetClientCertificate(clientCert)
167167
}

0 commit comments

Comments
 (0)