From 15bf2fe05af83cfccace4797f79abfad15163869 Mon Sep 17 00:00:00 2001 From: Chris Pick Date: Tue, 6 Aug 2024 11:52:27 -0400 Subject: [PATCH] Fix typo --- src/frame/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame/mod.rs b/src/frame/mod.rs index 8acfad2c..06c5ce70 100644 --- a/src/frame/mod.rs +++ b/src/frame/mod.rs @@ -66,7 +66,7 @@ pub enum Error { ContentLengthError { /// Expected content length. expected: u64, - /// Actual content lenght. + /// Actual content length. actual: u64, }, }