From 68ab473c853e1b643e6fd69f9d1d2ab379189b0d Mon Sep 17 00:00:00 2001 From: Sagittarius-a Date: Sat, 22 Jan 2022 00:27:42 +0100 Subject: [PATCH] Fix typo in documentation of libafl::state::StdState (#488) --- libafl/src/state/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/src/state/mod.rs b/libafl/src/state/mod.rs index a85bcf9306..0090ec9cc3 100644 --- a/libafl/src/state/mod.rs +++ b/libafl/src/state/mod.rs @@ -447,7 +447,7 @@ where Ok(()) } - /// Loads all intial inputs, even if they are not consiered `intesting`. + /// Loads all intial inputs, even if they are not considered `interesting`. /// This is rarely the right method, use `load_initial_inputs`, /// and potentially fix your `Feedback`, instead. pub fn load_initial_inputs_forced(