diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-06-26 15:05:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-06-26 15:05:37 +0200 |
commit | 07be0fd21d841b1b9e937d4af73cca7a629d6e70 (patch) | |
tree | a1f7a7a1c6ef9ee66495e62d160ed23ac241d156 /src | |
parent | 3b9e9eed11333fcd4f6a9299d06274cba77a5434 (diff) |
-more typos
Diffstat (limited to 'src')
-rw-r--r-- | src/auditor/auditor-basedb.sql | 3 | ||||
-rw-r--r-- | src/auditor/revoke-basedb.sql | 3 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_reserve_purse.c | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/src/auditor/auditor-basedb.sql b/src/auditor/auditor-basedb.sql index 8b74c6bd2..69950d5b5 100644 --- a/src/auditor/auditor-basedb.sql +++ b/src/auditor/auditor-basedb.sql @@ -1442,7 +1442,7 @@ BEGIN PERFORM create_partitioned_table( 'CREATE TABLE IF NOT EXISTS %I' '(aggregation_serial_id BIGINT GENERATED BY DEFAULT AS IDENTITY' -- UNIQUE' - ',deposit_serial_id INT8 PRIMARY KEY' -- REFERENCES deposits (deposit_serial_id) ON DELETE CASCADE' -- FIXME chnage to coint_pub + deposit_serial_id for more efficient depost -- or something else ??? + ',deposit_serial_id INT8 PRIMARY KEY' -- REFERENCES deposits (deposit_serial_id) ON DELETE CASCADE' -- FIXME change to coint_pub + deposit_serial_id for more efficient depost -- or something else ??? ',wtid_raw BYTEA NOT NULL' -- CONSTRAINT wire_out_ref REFERENCES wire_out(wtid_raw) ON DELETE CASCADE DEFERRABLE' ') %s ;' ,table_name @@ -16989,4 +16989,3 @@ ALTER TABLE ONLY public.signkey_revocations -- -- PostgreSQL database dump complete -- - diff --git a/src/auditor/revoke-basedb.sql b/src/auditor/revoke-basedb.sql index e39202c51..f0aff7650 100644 --- a/src/auditor/revoke-basedb.sql +++ b/src/auditor/revoke-basedb.sql @@ -1442,7 +1442,7 @@ BEGIN PERFORM create_partitioned_table( 'CREATE TABLE IF NOT EXISTS %I' '(aggregation_serial_id BIGINT GENERATED BY DEFAULT AS IDENTITY' -- UNIQUE' - ',deposit_serial_id INT8 PRIMARY KEY' -- REFERENCES deposits (deposit_serial_id) ON DELETE CASCADE' -- FIXME chnage to coint_pub + deposit_serial_id for more efficient depost -- or something else ??? + ',deposit_serial_id INT8 PRIMARY KEY' -- REFERENCES deposits (deposit_serial_id) ON DELETE CASCADE' -- FIXME change to coint_pub + deposit_serial_id for more efficient depost -- or something else ??? ',wtid_raw BYTEA NOT NULL' -- CONSTRAINT wire_out_ref REFERENCES wire_out(wtid_raw) ON DELETE CASCADE DEFERRABLE' ') %s ;' ,table_name @@ -17001,4 +17001,3 @@ ALTER TABLE ONLY public.signkey_revocations -- -- PostgreSQL database dump complete -- - diff --git a/src/testing/testing_api_cmd_reserve_purse.c b/src/testing/testing_api_cmd_reserve_purse.c index 4106600cb..488790888 100644 --- a/src/testing/testing_api_cmd_reserve_purse.c +++ b/src/testing/testing_api_cmd_reserve_purse.c @@ -103,7 +103,7 @@ struct ReservePurseState json_t *contract_terms; /** - * Refernece to the reserve, or NULL (!). + * Reference to the reserve, or NULL (!). */ const char *reserve_ref; |