summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_check_payment.c2
-rw-r--r--src/lib/merchant_api_poll_payment.c2
-rw-r--r--src/lib/test_merchant_api.conf6
-rw-r--r--src/lib/testing_api_cmd_check_payment.c4
-rw-r--r--src/lib/testing_api_cmd_poll_payment.c4
-rw-r--r--src/lib/testing_api_cmd_track_transaction.c2
6 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/merchant_api_check_payment.c b/src/lib/merchant_api_check_payment.c
index c4c07ae9..9802b496 100644
--- a/src/lib/merchant_api_check_payment.c
+++ b/src/lib/merchant_api_check_payment.c
@@ -177,7 +177,7 @@ handle_check_payment_finished (void *cls,
* @param ctx execution context
* @param backend_url base URL of the merchant backend
* @param order_id order id to identify the payment
- * @parem session_id sesion id for the payment (or NULL if the payment is not bound to a session)
+ * @param session_id sesion id for the payment (or NULL if the payment is not bound to a session)
* @param timeout timeout to use in long polling (how long may the server wait to reply
* before generating an unpaid response). Note that this is just provided to
* the server, we as client will block until the response comes back or until
diff --git a/src/lib/merchant_api_poll_payment.c b/src/lib/merchant_api_poll_payment.c
index 4c819a22..c00fc182 100644
--- a/src/lib/merchant_api_poll_payment.c
+++ b/src/lib/merchant_api_poll_payment.c
@@ -194,7 +194,7 @@ handle_poll_payment_finished (void *cls,
* @param backend_url base URL of the merchant backend
* @param order_id order id to identify the payment
* @param h_contract hash of the contract for @a order_id
- * @parem session_id sesion id for the payment (or NULL if the payment is not bound to a session)
+ * @param session_id sesion id for the payment (or NULL if the payment is not bound to a session)
* @param timeout timeout to use in long polling (how long may the server wait to reply
* before generating an unpaid response). Note that this is just provided to
* the server, we as client will block until the response comes back or until
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index 7e38195c..cb0d25ed 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -1,10 +1,10 @@
# This file is in the public domain.
#
[PATHS]
-# Persistant data storage for the testcase
+# Persistent data storage for the testcase
TALER_TEST_HOME = test_merchant_api_home/
-# Persistant data storage
+# Persistent data storage
TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
# Configuration files
@@ -206,7 +206,7 @@ ENABLE_CREDIT = YES
# wire fees
[fees-x-taler-bank]
-# Fees for the forseeable future...
+# Fees for the foreseeable future...
# If you see this after 2018, update to match the next 10 years...
WIRE-FEE-2018 = EUR:0.01
WIRE-FEE-2019 = EUR:0.01
diff --git a/src/lib/testing_api_cmd_check_payment.c b/src/lib/testing_api_cmd_check_payment.c
index bf4d5459..b138e6ad 100644
--- a/src/lib/testing_api_cmd_check_payment.c
+++ b/src/lib/testing_api_cmd_check_payment.c
@@ -284,7 +284,7 @@ check_payment_cb (void *cls,
/**
* Run a /check-payment CMD.
*
- * @param cmd the command currenly being run.
+ * @param cmd the command currently being run.
* @param cls closure.
* @param is interpreter state.
*/
@@ -426,7 +426,7 @@ check_payment_conclude_cleanup (void *cls,
/**
* Run a /check-payment conclusion CMD.
*
- * @param cmd the command currenly being run.
+ * @param cmd the command currently being run.
* @param cls closure.
* @param is interpreter state.
*/
diff --git a/src/lib/testing_api_cmd_poll_payment.c b/src/lib/testing_api_cmd_poll_payment.c
index 8c9dd588..aa92043a 100644
--- a/src/lib/testing_api_cmd_poll_payment.c
+++ b/src/lib/testing_api_cmd_poll_payment.c
@@ -284,7 +284,7 @@ poll_payment_cb (void *cls,
/**
* Run a /poll-payment CMD.
*
- * @param cmd the command currenly being run.
+ * @param cmd the command currently being run.
* @param cls closure.
* @param is interpreter state.
*/
@@ -399,7 +399,7 @@ poll_payment_conclude_cleanup (void *cls,
/**
* Run a /poll-payment CMD.
*
- * @param cmd the command currenly being run.
+ * @param cmd the command currently being run.
* @param cls closure.
* @param is interpreter state.
*/
diff --git a/src/lib/testing_api_cmd_track_transaction.c b/src/lib/testing_api_cmd_track_transaction.c
index 6c0c61f2..8ae0a95c 100644
--- a/src/lib/testing_api_cmd_track_transaction.c
+++ b/src/lib/testing_api_cmd_track_transaction.c
@@ -62,7 +62,7 @@ struct TrackTransactionState
const char *pay_reference;
/**
- * Subject line of the wire transfer that payed
+ * Subject line of the wire transfer that paid
* the tracked contract back. WARNING: impredictible
* behaviour if _multiple_ wire transfers were
* issued to pay this contract back.