commit 0fbb8ae05289044464a43181ee510b9b43dd8e75
parent cd93562725133fad777b2ebc8cc950c190747430
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 03:59:25 -0400
fix typo: s/lookup/look up/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-error.rst b/core/api-error.rst
@@ -761,7 +761,7 @@ The following list shows error codes defined in
/**
* The exchange encountered an error (that is not about not finding
- * the wire transfer) trying to lookup a wire transfer identifier
+ * the wire transfer) trying to look up a wire transfer identifier
* in the database. This response is provided with HTTP
* status code MHD_HTTP_INTERNAL_SERVER_ERROR.
*/