diff --git a/src/lib.rs b/src/lib.rs index 1098148..0ba8555 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -358,7 +358,7 @@ mod test { .with_theme("Papirus") .find(); - asserting!("Given the same input parameter, lookup should ouput be the same as linincon") + asserting!("Given the same input parameter, lookup should output be the same as linincon") .that(&wireshark) .is_some() .is_equal_to(lin_wireshark);