aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples.txt')
-rw-r--r--doc/examples.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples.txt b/doc/examples.txt
index a598c3679..e0fd3ab40 100644
--- a/doc/examples.txt
+++ b/doc/examples.txt
@@ -57,7 +57,7 @@ Format Preserving Encryption
----------------------------------------
Format preserving encryption is a way of mapping data with an
-arbitrarly specified format such that the ciphertext has the same
+arbitrarily specified format such that the ciphertext has the same
formatting. This example encrypts a credit card number with a valid
`Luhn checksum <http://en.wikipedia.org/wiki/Luhn_algorithm>`_ to
another number with the same format, including a correct checksum.