Skip to content

Commit

Permalink
fix: typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored and gibbz00 committed Dec 16, 2024
1 parent 67c1783 commit a9c8914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lib/src/integration/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub enum IntegrationError {
Decryption(anyhow::Error),
#[error("unable to parse key id string: {0}")]
KeyIdParsing(anyhow::Error),
#[error("unnable to parse private key string: {0}")]
#[error("unable to parse private key string: {0}")]
PrivateKeyParsing(anyhow::Error),
#[error("io error during encryption/decryption: {0}")]
Io(#[from] std::io::Error),
Expand Down

0 comments on commit a9c8914

Please sign in to comment.