aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-16 17:47:16 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-16 17:47:16 +0100
commitab7c676f49bd9ba2871bc1e39dff524b14045aa5 (patch)
tree59cf62af3b05ade6ba1b2abc6bd9e237cf13ef8c
parentfaf3f57ce3582a5b9f1070d689827bccd0183cd4 (diff)
downloadexchange-ab7c676f49bd9ba2871bc1e39dff524b14045aa5.tar.xz
-typos
-rw-r--r--src/exchangedb/0003-withdraw_age_commitments.sql2
-rw-r--r--src/exchangedb/exchange_do_batch4_reserves_in_insert.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/0003-withdraw_age_commitments.sql b/src/exchangedb/0003-withdraw_age_commitments.sql
index 1aac8bb26..6064880bd 100644
--- a/src/exchangedb/0003-withdraw_age_commitments.sql
+++ b/src/exchangedb/0003-withdraw_age_commitments.sql
@@ -75,7 +75,7 @@ BEGIN
,partition_suffix
);
PERFORM comment_partitioned_column(
- 'Timestamp of when the withdraw-age resquest was received by the exchange'
+ 'Timestamp with the time when the withdraw-age request was received by the exchange'
,'timestamp'
,table_name
,partition_suffix
diff --git a/src/exchangedb/exchange_do_batch4_reserves_in_insert.sql b/src/exchangedb/exchange_do_batch4_reserves_in_insert.sql
index a70521bcd..603e893cc 100644
--- a/src/exchangedb/exchange_do_batch4_reserves_in_insert.sql
+++ b/src/exchangedb/exchange_do_batch4_reserves_in_insert.sql
@@ -267,7 +267,7 @@ BEGIN
END IF;
k=k+1;
END LOOP;
- /**ROLLBACK TRANSACTION IN SOTRED PROCEDURE IS IT PROSSIBLE ?**/
+ /**ROLLBACK TRANSACTION IN SORTED PROCEDURE IS IT PROSSIBLE ?**/
/*IF transaction_duplicate
OR transaction_duplicate2
OR transaction_duplicate3