Skip to content

Commit b6b0474

Browse files
upbqdnelijahhampton
authored andcommitted
chore(CI): Update codespell's config (#9288)
1 parent 644eea6 commit b6b0474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[codespell]
2-
ignore-words-list = crate,Sur,inout,Groth,groth,re-use,
2+
ignore-words-list = crate,Sur,inout,Groth,groth,re-use,abl,
33
exclude-file = book/mermaid.min.js
44
skip = ./zebra-rpc/qa/rpc-tests,./supply-chain

zebra-state/src/request.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ pub enum Request {
734734
/// This request is purely informational, and there are no guarantees about
735735
/// whether the UTXO remains unspent or is on the best chain, or any chain.
736736
/// Its purpose is to allow asynchronous script verification or to wait until
737-
/// the UTXO arrives in the state before validating dependant transactions.
737+
/// the UTXO arrives in the state before validating dependent transactions.
738738
///
739739
/// # Correctness
740740
///

0 commit comments

Comments
 (0)