mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-07 17:29:44 +02:00
External-SOP: Fix error message typo
This commit is contained in:
parent
0df80470c6
commit
47a6db8702
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class ExternalSOP(
|
|||
"External SOP backend reported error NoHardwareKeyFound ($exitCode):\n$errorMessage")
|
||||
HardwareKeyFailure.EXIT_CODE ->
|
||||
throw HardwareKeyFailure(
|
||||
"External SOP backend reported error HardwareKeyFalure ($exitCode):\n$errorMessage")
|
||||
"External SOP backend reported error HardwareKeyFailure ($exitCode):\n$errorMessage")
|
||||
PrimaryKeyBad.EXIT_CODE ->
|
||||
throw PrimaryKeyBad(
|
||||
"External SOP backend reported error PrimaryKeyBad ($exitCode):\n$errorMessage")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue