taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit dc506f36a768b366c0ad419c9638c5558f31de07
parent a95ab3b3091d0070844a280f164ce31a000262bd
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed,  7 Apr 2021 04:30:11 -0400

fix typo: s/statisfy/satisfy/

Diffstat:
Manastasis.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.