Skip to content

Commit 868404b

Browse files
committed
Fix speling.
1 parent bb206b6 commit 868404b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/heap/heapam.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.166 2004/05/08 19:09:24 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/access/heap/heapam.c,v 1.167 2004/05/20 15:07:30 tgl Exp $
1212
*
1313
*
1414
* INTERFACE ROUTINES
@@ -483,7 +483,7 @@ conditional_relation_open(Oid relationId, LOCKMODE lockmode, bool nowait)
483483
if (nowait)
484484
{
485485
if (!ConditionalLockRelation(r, lockmode))
486-
elog(ERROR, "could not aquire relation lock");
486+
elog(ERROR, "could not acquire relation lock");
487487
}
488488
else
489489
LockRelation(r, lockmode);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy