summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:30:11 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-04-07 04:30:11 -0400
commitdc506f36a768b366c0ad419c9638c5558f31de07 (patch)
treedb62eef3461c83e443b081ee35f486d8749589bb
parenta95ab3b3091d0070844a280f164ce31a000262bd (diff)
downloaddocs-dc506f36a768b366c0ad419c9638c5558f31de07.tar.gz
docs-dc506f36a768b366c0ad419c9638c5558f31de07.tar.bz2
docs-dc506f36a768b366c0ad419c9638c5558f31de07.zip
fix typo: s/statisfy/satisfy/
-rw-r--r--anastasis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/anastasis.rst b/anastasis.rst
index 0c3b2a76..1656c0c1 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -1450,7 +1450,7 @@ is specific to the failure, and optional details. Example:
}
Clients may safely repeat this transition to validate the user's inputs
-until they statisfy all of the constraints. This way, the user interface
+until they satisfy all of the constraints. This way, the user interface
does not have to perform the input validation directly.