Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
sigrefs/read: fix typo in doc string
◌ CI pending Fintan Halpenny committed 2 months ago
commit addce859f5b8acce5bff223e4fe3b0112bd54013
parent c824d317e47588687bbcc2ad76d84280a42582ea
1 pending (1 total) View logs
1 file changed +1 -1
modified 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);