summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-22 23:46:25 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-22 23:46:25 +0200
commitb16606b8f06a6c45c85382145b536c8a468270c4 (patch)
tree30281d0f01d1baf88e2d1e2396efdf2504c88692
parentba1e7c3f889a17d0a9a584550f5cc52978ff9703 (diff)
downloadsync-b16606b8f06a6c45c85382145b536c8a468270c4.tar.gz
sync-b16606b8f06a6c45c85382145b536c8a468270c4.tar.bz2
sync-b16606b8f06a6c45c85382145b536c8a468270c4.zip
fix typo
-rw-r--r--src/sync/sync-httpd_backup_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/sync-httpd_backup_post.c b/src/sync/sync-httpd_backup_post.c
index a990792..86327cb 100644
--- a/src/sync/sync-httpd_backup_post.c
+++ b/src/sync/sync-httpd_backup_post.c
@@ -207,7 +207,7 @@ cleanup_ctx (struct TM_HandlerContext *hc)
*
* @param connection MHD connection
* @param order_id our backend's order ID
- * @return MHD repsonse to use
+ * @return MHD response to use
*/
static struct MHD_Response *
make_payment_request (const char *order_id)