Skip to content

grpc/credentials/rustls: Fix typo in struct names#2736

Open
arjan-bal wants to merge 6 commits into
grpc:masterfrom
arjan-bal:fix-rustls-creds-name
Open

grpc/credentials/rustls: Fix typo in struct names#2736
arjan-bal wants to merge 6 commits into
grpc:masterfrom
arjan-bal:fix-rustls-creds-name

Conversation

@arjan-bal

@arjan-bal arjan-bal commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Rename 'Credendials' to 'Credentials' in public symbols. Deprecated aliases are provided for the old names to facilitate migration.

@arjan-bal arjan-bal requested a review from dfawley July 15, 2026 07:49
@arjan-bal

Copy link
Copy Markdown
Contributor Author

/gemini review

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request corrects spelling typos in the Rustls channel and server credentials struct names, renaming them to RustlsChannelCredentials and RustlsServerCredentials. Deprecated type aliases are introduced to maintain backwards compatibility, and all usages across examples, tests, and interop clients have been updated. Feedback on the changes points out a doc comment in grpc/src/credentials/rustls/client/mod.rs that still refers to ClientTlsCredentials instead of RustlsChannelCredentials and suggests updating it for consistency.

Comment thread grpc/src/credentials/rustls/client/mod.rs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants