1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Fix an assortment of spelling mistakes and typos

Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
This commit is contained in:
David Rowley
2025-01-02 12:42:01 +13:00
parent 50e6eb731d
commit 11012c5037
21 changed files with 27 additions and 27 deletions

View File

@@ -35,7 +35,7 @@ static bool isObjectPinned(const ObjectAddress *object);
/*
* Record a dependency between 2 objects via their respective objectAddress.
* Record a dependency between 2 objects via their respective ObjectAddress.
* The first argument is the dependent object, the second the one it
* references.
*