Skip to content

Commit c9392cc

Browse files
committed
Fix error message typo
1 parent 006f090 commit c9392cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/policy/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub enum PolicyError {
159159
#[error("duplicate name")]
160160
DuplicateName(String),
161161

162-
#[error("{0}: no sutch witness")]
162+
#[error("{0}: no such witness")]
163163
UnknownName(String),
164164

165165
#[error("quorum already set")]

0 commit comments

Comments
 (0)