From 3404fda463cdb905772a4757001e5113d3f74f29 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Mar 2020 20:57:11 +0200 Subject: typos --- src/auditordb/auditor-0000.sql | 2 +- src/auditordb/plugin_auditordb_postgres.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auditordb') diff --git a/src/auditordb/auditor-0000.sql b/src/auditordb/auditor-0000.sql index 1483e2015..116f409b7 100644 --- a/src/auditordb/auditor-0000.sql +++ b/src/auditordb/auditor-0000.sql @@ -150,7 +150,7 @@ BEGIN; -- It requires that PL/pgSQL is already loaded - will raise exception otherwise. -- All versioning "stuff" (tables, functions) is in "_v" schema. --- All functions are defined as 'RETURNS SETOF INT4' to be able to make them to RETURN literaly nothing (0 rows). +-- All functions are defined as 'RETURNS SETOF INT4' to be able to make them to RETURN literally nothing (0 rows). -- >> RETURNS VOID<< IS similar, but it still outputs "empty line" in psql when calling. CREATE SCHEMA IF NOT EXISTS _v; COMMENT ON SCHEMA _v IS 'Schema for versioning data and functionality.'; diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index d48defb15..467c4c6db 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -3192,7 +3192,7 @@ libtaler_plugin_auditordb_postgres_init (void *cls) if (0 != pthread_key_create (&pg->db_conn_threadlocal, &db_conn_destroy)) { - TALER_LOG_ERROR ("Cannnot create pthread key.\n"); + TALER_LOG_ERROR ("Cannot create pthread key.\n"); GNUNET_free (pg); return NULL; } -- cgit v1.2.3