diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2022-09-07 01:23:29 -0400 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2022-09-07 01:23:29 -0400 |
commit | c681464b61bf02a66e6831f3eabe055afb7403ea (patch) | |
tree | 8c7f5d6a9eda4185a38705922fabc43094b8b8c4 /doc | |
parent | 93a3f3a5932cbee1978e879b3cdc1d15c952d1db (diff) |
fix typo: s/singing/signing/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cs/content/4_2_specification.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cs/content/4_2_specification.tex b/doc/cs/content/4_2_specification.tex index fe745fc69..bfbe5edc7 100644 --- a/doc/cs/content/4_2_specification.tex +++ b/doc/cs/content/4_2_specification.tex @@ -467,7 +467,7 @@ The exchange offline signer requests the future, not yet signed keys by calling master\_pub & Exchange's master public key \\ denom\_secmod\_public\_key & RSA security module public key \\ denom\_secmod\_cs\_public\_key & \gls{CSBS} security module public key \\ - signkey\_secmod\_public\_key & Online singing security module public key \\ + signkey\_secmod\_public\_key & Online signing security module public key \\ \end{tabular} \caption{GET \url{/management/keys} response data} \label{tab:management-keys-get} |