diff --git a/src/httpresponse.rs b/src/httpresponse.rs
index 52dd8046..168e9bf6 100644
--- a/src/httpresponse.rs
+++ b/src/httpresponse.rs
@@ -246,7 +246,7 @@ impl HttpResponse {
         self
     }
 
-    /// Get body os this response
+    /// Get body of this response
     #[inline]
     pub fn body(&self) -> &Body {
         &self.get_ref().body