Module: kamailio Branch: master Commit: fd40efe3c199d3bdb4195011acbb41b8201e517a URL: https://github.com/kamailio/kamailio/commit/fd40efe3c199d3bdb4195011acbb41b8201e517a
Author: Victor Seva <[email protected]> Committer: Victor Seva <[email protected]> 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/fd40efe3c199d3bdb4195011acbb41b8201e517a.diff Patch: https://github.com/kamailio/kamailio/commit/fd40efe3c199d3bdb4195011acbb41b8201e517a.patch --- 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. _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
