diff options
author | Robert Haas | 2023-04-05 13:50:08 +0000 |
---|---|---|
committer | Robert Haas | 2023-04-05 13:50:08 +0000 |
commit | 86a3fc7ec8a03bca7120894bababa7c734628b4c (patch) | |
tree | 737fa7ae05a2b691c0cc7107dea7ed0994dfdac8 | |
parent | f275af8cb88e5a87b01467ad90704c945806d7dd (diff) |
Fix wrong word in comment.
Reported by Peter Smith.
Discussion: http://postgr.es/m/CAHut+Pt52ueOEAO-G5qeZiiPv1p9pBT_W5Vj3BTYfC8sD8LFxw@mail.gmail.com
-rw-r--r-- | src/backend/utils/init/usercontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/init/usercontext.c b/src/backend/utils/init/usercontext.c index 88a7e55478..38bcfa60df 100644 --- a/src/backend/utils/init/usercontext.c +++ b/src/backend/utils/init/usercontext.c @@ -80,7 +80,7 @@ SwitchToUntrustedUser(Oid userid, UserContext *context) /* * Switch back to the original user ID. * - * If we created a new GUC nest level, also role back any changes that were + * If we created a new GUC nest level, also roll back any changes that were * made within it. */ void |