Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 committed Dec 17, 2024
1 parent 495ce64 commit 5d8e83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic/src/transport/channel/service/tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl TlsConnector {
let rustls_native_certs::CertificateResult { certs, errors, .. } =
rustls_native_certs::load_native_certs();
if !errors.is_empty() {
tracing::debug!("errors occured when loading native certs: {errors:?}");
tracing::debug!("errors occurred when loading native certs: {errors:?}");
}
if certs.is_empty() {
return Err(TlsError::NativeCertsNotFound.into());
Expand Down

0 comments on commit 5d8e83a

Please sign in to comment.