aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-29 12:36:51 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-29 12:36:51 -0400
commitfd07919bf6c462e40fdbd536a204f42a0dbbeaa5 (patch)
tree6502f76c8af9fa1cd843b93087936c758cd45cef /docs/hazmat/primitives/asymmetric/ec.rst
parent72ccef56791f4f5fe80980728cc953b6ce81efad (diff)
downloadcryptography-fd07919bf6c462e40fdbd536a204f42a0dbbeaa5.tar.gz
cryptography-fd07919bf6c462e40fdbd536a204f42a0dbbeaa5.tar.bz2
cryptography-fd07919bf6c462e40fdbd536a204f42a0dbbeaa5.zip
spelling
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/ec.rst')
-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::