Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Pick authored and PSeitz committed Aug 14, 2024
1 parent 5c9524e commit 15bf2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub enum Error {
ContentLengthError {
/// Expected content length.
expected: u64,
/// Actual content lenght.
/// Actual content length.
actual: u64,
},
}
Expand Down

0 comments on commit 15bf2fe

Please sign in to comment.