aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/utils/resowner/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/resowner/README b/src/backend/utils/resowner/README
index d67df3faedb..cbf34e0b564 100644
--- a/src/backend/utils/resowner/README
+++ b/src/backend/utils/resowner/README
@@ -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.