aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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