Commit 79379107 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typos

parent 55d5b3c0
......@@ -491,7 +491,7 @@ AlterEventTriggerOwner(const char *name, Oid newOwnerId)
}
/*
* Change extension owner, by OID
* Change event trigger owner, by OID
*/
void
AlterEventTriggerOwner_oid(Oid trigOid, Oid newOwnerId)
......
......@@ -400,7 +400,7 @@ parse_object(JsonLexContext *lex, JsonSemAction *sem)
{
/*
* 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 oend = sem->object_end;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment