Skip to content

Commit

Permalink
Fix typo (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 authored Dec 18, 2024
1 parent 495ce64 commit a8c1e39
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 a8c1e39

Please sign in to comment.