Fix typo in src/backend/utils/resowner/README.
authorEtsuro Fujita <efujita@postgresql.org>
Wed, 8 May 2024 07:15:00 +0000 (16:15 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 8 May 2024 07:15:00 +0000 (16:15 +0900)
src/backend/utils/resowner/README

index d67df3faedb1ae39df84b7e7cd98f567803d66f3..cbf34e0b5646a3f1675d9c91cdabe769e7a73278 100644 (file)
@@ -113,7 +113,7 @@ There is another API for other modules to get control during ResourceOwner
 release, so that they can scan their own data structures to find the objects
 that need to be deleted.  See RegisterResourceReleaseCallback function.
 This used to be the only way for extensions to use the resource owner
-mechanism with new kinds of objects; nowadays it easier to define a custom
+mechanism with new kinds of objects; nowadays it is easier to define a custom
 ResourceOwnerDesc struct.