Skip to content

Commit cc23445

Browse files
committed
Fix typo in error message
1 parent 68da974 commit cc23445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use thiserror::Error;
44
pub enum CsrfError {
55
#[error("Token could not be hashed.")]
66
PasswordHash,
7-
#[error("Verfication Failed")]
7+
#[error("Verification Failed")]
88
Verify,
99
#[error("Could not Encode Salt.")]
1010
Salt,

0 commit comments

Comments
 (0)