Module: kamailio Branch: master Commit: fd40efe3c199d3bdb4195011acbb41b8201e517a URL: https://github.com/kamailio/kamailio/commit/fd40efe3c199d3bdb4195011acbb41b8...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2015-05-29T12:44:00+02:00
db_postgres: fix spelling error
---
Modified: modules/db_postgres/pg_oid.h
---
Diff: https://github.com/kamailio/kamailio/commit/fd40efe3c199d3bdb4195011acbb41b8... Patch: https://github.com/kamailio/kamailio/commit/fd40efe3c199d3bdb4195011acbb41b8...
---
diff --git a/modules/db_postgres/pg_oid.h b/modules/db_postgres/pg_oid.h index cf49afe..b8a50d9 100644 --- a/modules/db_postgres/pg_oid.h +++ b/modules/db_postgres/pg_oid.h @@ -86,7 +86,7 @@ enum pg_type_id {
/** Creates a new Oid mapping table. - * The function creates a new Oid mapping table and initalizes the contents + * The function creates a new Oid mapping table and initializes the contents * of the table with values obtained from the PostgreSQL result in parameter. * Each element of the table maps field type name to oid and vice versa. * @param res A PostgreSQL result structure used to initialize the array.