Module: kamailio
Branch: master
Commit: fd40efe3c199d3bdb4195011acbb41b8201e517a
URL: https://github.com/kamailio/kamailio/commit/fd40efe3c199d3bdb4195011acbb41b…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)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/fd40efe3c199d3bdb4195011acbb41b…
Patch: https://github.com/kamailio/kamailio/commit/fd40efe3c199d3bdb4195011acbb41b…
---
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.