summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 76cf0bdb..9c695e02 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -2278,7 +2278,7 @@ For ECC key generation do not return the domain parameters but only
the name of the curve. For ECC signing and verification ignore any
provided domain parameters of the public or private key and use only
the curve name. It is more secure to rely on the curve name and thus
-use the curve parameters as known by Libgcrypt. This option shouild
+use the curve parameters as known by Libgcrypt. This option should
have been the default but for backward compatibility reasons this is
not possible. It is best to always use this flag with ECC keys.