aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/asymmetric/ec.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst
index d5131df6..176bf301 100644
--- a/docs/hazmat/primitives/asymmetric/ec.rst
+++ b/docs/hazmat/primitives/asymmetric/ec.rst
@@ -127,7 +127,7 @@ Elliptic Curves
Elliptic curves provide equivalent security at much smaller key sizes than other
asymmetric cryptography systems such as RSA or DSA. For many operations elliptic
-curves are also signfiicantly faster; `elliptic curve diffie-hellman is faster
+curves are also significantly faster; `elliptic curve diffie-hellman is faster
than diffie-hellman`_.
.. note::