diff options
author | Magnus Hagander <magnus@hagander.net> | 2015-05-17 14:57:30 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2015-05-17 14:58:04 +0200 |
commit | 3b075e9d7be0181f8434e7b24007d87b618934c0 (patch) | |
tree | 34753e942b924aa56eb3cc68c1d42ab0f7a66455 /src/backend/access/heap/heapam.c | |
parent | 6b665454e38580a72f355dcae37952cf1c82f119 (diff) | |
download | postgresql-3b075e9d7be0181f8434e7b24007d87b618934c0.tar.gz postgresql-3b075e9d7be0181f8434e7b24007d87b618934c0.zip |
Fix typos in comments
Dmitriy Olshevskiy
Diffstat (limited to 'src/backend/access/heap/heapam.c')
-rw-r--r-- | src/backend/access/heap/heapam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index f0c2394e600..c30a5b3cd1d 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -7289,7 +7289,7 @@ ExtractReplicaIdentity(Relation relation, HeapTuple tp, bool key_changed, bool * { /* * The OID column can appear in an index definition, but that's - * OK, becuse we always copy the OID if present (see below). Other + * OK, because we always copy the OID if present (see below). Other * system columns may not. */ if (attno == ObjectIdAttributeNumber) |