Skip to content

Commit 3a48341

Browse files
committed
me: fix typo
Signed-off-by: Daniel Maslowski <[email protected]>
1 parent 6890a2a commit 3a48341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/me.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl FPTArea {
9191
Err("FTPR partition not found".into())
9292
}
9393
}
94-
_ => Err("no recognized as ME generation 2 or 3".into()),
94+
_ => Err("not recognized as ME generation 2 or 3".into()),
9595
}
9696
}
9797

0 commit comments

Comments
 (0)