From addce859f5b8acce5bff223e4fe3b0112bd54013 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Wed, 18 Mar 2026 18:03:31 +0000 Subject: [PATCH] sigrefs/read: fix typo in doc string --- crates/radicle/src/storage/refs/sigrefs/read.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/radicle/src/storage/refs/sigrefs/read.rs b/crates/radicle/src/storage/refs/sigrefs/read.rs index 54b178bc..083932e3 100644 --- a/crates/radicle/src/storage/refs/sigrefs/read.rs +++ b/crates/radicle/src/storage/refs/sigrefs/read.rs @@ -139,7 +139,7 @@ where // `head` is verified, thus we know that if the parent reference // exists, its target actually matches the parent OID. // The fact that the parent OID is a hash over all previous history - // makes it *incredibley unlikely* or rather *practically impossible* + // makes it *incredibly unlikely* or rather *practically impossible* // that the same `/refs` blob re-appears in previous history. // Thus, we can spare oureselves walking the history. return Ok(head);