diff --git a/src/lib.rs b/src/lib.rs index 8aeab4d..2e22a18 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -481,7 +481,7 @@ impl SmallVec { /// Construct an empty vector #[inline] pub fn new() -> SmallVec { - // Try to detect invalid custom implementations of `Array`. Hopefuly, + // Try to detect invalid custom implementations of `Array`. Hopefully, // this check should be optimized away entirely for valid ones. assert!( mem::size_of::() == A::size() * mem::size_of::()