diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-30 10:36:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-30 10:36:19 +0200 |
commit | 2b160c1569cefae870c13daf68b801472b3eba65 (patch) | |
tree | f3e04bd4a46976a6f6a0ef3b12e1b15ffb45fa01 /src/exchangedb | |
parent | 033a5dc93b032a1f1fe6ab1e7d1227b69f0f0c69 (diff) |
-fix typos
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 88b8eeed2..28fe17486 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -16215,7 +16215,7 @@ postgres_insert_close_request ( * @param payto_uri account to wire funds to * @param date time of the signature * @param amount amount to wire - * @param master_sig signature affirming the opearation + * @param master_sig signature affirming the operation * @return transaction status code */ static enum GNUNET_DB_QueryStatus |