Spelling fixes in comments (#508)

This commit is contained in:
Josh Soref
2021-02-25 11:59:18 -05:00
committed by GitHub
parent c1b411fc14
commit bcaaaf6dd9
9 changed files with 12 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ pub(super) struct Recv {
/// Refused StreamId, this represents a frame that must be sent out.
refused: Option<StreamId>,
/// If push promises are allowed to be recevied.
/// If push promises are allowed to be received.
is_push_enabled: bool,
}