diff --git a/src/me.rs b/src/me.rs index ee91b9f..8845f50 100644 --- a/src/me.rs +++ b/src/me.rs @@ -91,7 +91,7 @@ impl FPTArea { Err("FTPR partition not found".into()) } } - _ => Err("no recognized as ME generation 2 or 3".into()), + _ => Err("not recognized as ME generation 2 or 3".into()), } }