From c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Nov 2020 17:22:13 +0100 Subject: misc spelling issues --- src/pq/pq_eval.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pq/pq_eval.c') diff --git a/src/pq/pq_eval.c b/src/pq/pq_eval.c index 8d8b5b0f2..5f96ff884 100644 --- a/src/pq/pq_eval.c +++ b/src/pq/pq_eval.c @@ -146,7 +146,7 @@ GNUNET_PQ_eval_result (struct GNUNET_PQ_Context *db, /** * Execute a named prepared @a statement that is NOT a SELECT - * statement in @a connnection using the given @a params. Returns the + * statement in @a connection using the given @a params. Returns the * resulting session state. * * @param db database to execute the statement with @@ -156,7 +156,7 @@ GNUNET_PQ_eval_result (struct GNUNET_PQ_Context *db, * codes to `enum GNUNET_DB_QueryStatus`. If the * statement was a DELETE or UPDATE statement, the * number of affected rows is returned.; if the - * statment was an INSERT statement, and no row + * statement was an INSERT statement, and no row * was added due to a UNIQUE violation, we return * zero; if INSERT was successful, we return one. */ -- cgit v1.2.3