1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix typos

This commit is contained in:
Alvaro Herrera
2014-02-07 16:43:03 -03:00
parent 55d5b3c082
commit 7937910781
2 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ AlterEventTriggerOwner(const char *name, Oid newOwnerId)
} }
/* /*
* Change extension owner, by OID * Change event trigger owner, by OID
*/ */
void void
AlterEventTriggerOwner_oid(Oid trigOid, Oid newOwnerId) AlterEventTriggerOwner_oid(Oid trigOid, Oid newOwnerId)

View File

@ -400,7 +400,7 @@ parse_object(JsonLexContext *lex, JsonSemAction *sem)
{ {
/* /*
* an object is a possibly empty sequence of object fields, separated by * an object is a possibly empty sequence of object fields, separated by
* commas and surrounde by curly braces. * commas and surrounded by curly braces.
*/ */
json_struct_action ostart = sem->object_start; json_struct_action ostart = sem->object_start;
json_struct_action oend = sem->object_end; json_struct_action oend = sem->object_end;