Fix typos across the codebase (thanks codespell!)

This commit is contained in:
Emmanuel Gil Peyrot 2024-05-13 22:54:26 +02:00 committed by Jonas Schäfer
commit 002c2803d4
9 changed files with 9 additions and 9 deletions

View file

@ -57,7 +57,7 @@ impl Credentials {
self
}
/// Creates a new Credentials with the specified chanel binding.
/// Creates a new Credentials with the specified channel binding.
pub fn with_channel_binding(mut self, channel_binding: ChannelBinding) -> Credentials {
self.channel_binding = channel_binding;
self