Fix typos in libgnucash/

Found via `codespell -q 3 -L ans,ba,parm,parms,numer`
This commit is contained in:
luz paz
2021-02-05 14:52:33 -05:00
committed by Frank H. Ellenberger
parent fa1be8f375
commit 16b4976381
70 changed files with 151 additions and 151 deletions

View File

@@ -651,7 +651,7 @@ GncDbiBackend<Type>::session_begin (QofSession* session, const char* new_uri,
uri.m_portnum = PGSQL_DEFAULT_PORT;
/* Postgres's SQL interface coerces identifiers to lower case, but the
* C interface is case-sensitive. This results in a mixed-case dbname
* being created (with a lower case name) but then dbi can't conect to
* being created (with a lower case name) but then dbi can't connect to
* it. To work around this, coerce the name to lowercase first. */
auto lcname = g_utf8_strdown (uri.dbname(), -1);
uri.m_dbname = std::string{lcname};

View File

@@ -40,7 +40,7 @@ void gnc_module_init_backend_dbi (void);
void gnc_module_finalize_backend_dbi (void);
#ifndef GNC_NO_LOADABLE_MODULES
/** This is the standarized initialization function of a qof_backend
/** This is the standardized initialization function of a qof_backend
* GModule, but compiling this can be disabled by defining
* GNC_NO_LOADABLE_MODULES. */
G_MODULE_EXPORT void qof_backend_module_init (void);