Skip to content

Commit 83ee771

Browse files
jnigriJulien Nigri
and
Julien Nigri
authored
Fix typo (#10)
Co-authored-by: Julien Nigri <[email protected]>
1 parent a142a0a commit 83ee771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ int Crypto::SignUsingKeyfile(const char* keyfile, const uint8_t* data,
437437
return res;
438438
}
439439

440-
// Check the paramters of the key
440+
// Check the parameters of the key
441441
res = check_rsa_key(&pk);
442442
if (res != 0) {
443443
spdlog::error("Signing failed - invalid private key");

0 commit comments

Comments
 (0)