oid: Fix spelling

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2026-04-29 08:09:14 -04:00
parent b482845e71
commit 8391599f61
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ pub mod str {
} }
#[quickcheck] #[quickcheck]
fn gix_roundrip(oid: Oid) { fn gix_roundtrip(oid: Oid) {
let other = gix_hash::ObjectId::from(oid); let other = gix_hash::ObjectId::from(oid);
let other = other.to_string(); let other = other.to_string();
let other = other.parse::<Oid>().unwrap(); let other = other.parse::<Oid>().unwrap();