taler-docs

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

commit dd84a2624f10e2c8002dc0e614e04f4703e962bb
parent 0fbb8ae05289044464a43181ee510b9b43dd8e75
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 19 Mar 2021 04:00:20 -0400

fix typo: s/lookup/look up/

Diffstat:
Mcore/api-error.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-error.rst b/core/api-error.rst @@ -792,7 +792,7 @@ The following list shows error codes defined in /** * The exchange encountered an error (that is not about not finding - * the transaction) trying to lookup a transaction + * the transaction) trying to look up a transaction * in the database. This response is provided with HTTP * status code MHD_HTTP_INTERNAL_SERVER_ERROR. */