chore(CI): Update codespell's config (#9288)
This commit is contained in:
parent
38b7313ea1
commit
79e18e045c
|
@ -1,4 +1,4 @@
|
|||
[codespell]
|
||||
ignore-words-list = crate,Sur,inout,Groth,groth,re-use,
|
||||
ignore-words-list = crate,Sur,inout,Groth,groth,re-use,abl,
|
||||
exclude-file = book/mermaid.min.js
|
||||
skip = ./zebra-rpc/qa/rpc-tests,./supply-chain
|
||||
|
|
|
@ -734,7 +734,7 @@ pub enum Request {
|
|||
/// This request is purely informational, and there are no guarantees about
|
||||
/// whether the UTXO remains unspent or is on the best chain, or any chain.
|
||||
/// Its purpose is to allow asynchronous script verification or to wait until
|
||||
/// the UTXO arrives in the state before validating dependant transactions.
|
||||
/// the UTXO arrives in the state before validating dependent transactions.
|
||||
///
|
||||
/// # Correctness
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue