aboutsummaryrefslogtreecommitdiffstats
path: root/docs/limitations.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-22 23:50:52 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-03-22 23:50:52 +0000
commit1977a605c5ac83dce0e717ca37f99eab48b73ada (patch)
treea5b920c06af63803a5774c8b9a0febfa653dd63f /docs/limitations.rst
parent68bba2d174a8cc6d50f19509fb64388de7ea5b0c (diff)
downloadcryptography-1977a605c5ac83dce0e717ca37f99eab48b73ada.tar.gz
cryptography-1977a605c5ac83dce0e717ca37f99eab48b73ada.tar.bz2
cryptography-1977a605c5ac83dce0e717ca37f99eab48b73ada.zip
Rephrase to keep the spell checker happy
Diffstat (limited to 'docs/limitations.rst')
-rw-r--r--docs/limitations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/limitations.rst b/docs/limitations.rst
index 423a55b9..3b6cce2a 100644
--- a/docs/limitations.rst
+++ b/docs/limitations.rst
@@ -6,7 +6,7 @@ Lack of secure memory wiping
`Memory wiping`_ is used to protect secret data or key material from attackers
with access to uninitialized memory. This can be either because the attacker
-has some kind of local user access or because of other softwares use of
+has some kind of local user access or because of how other software uses
uninitialized memory.
Python exposes no API for us to implement this reliably and as such most