Skip to content

Commit 86a3fc7

Browse files
committed
Fix wrong word in comment.
Reported by Peter Smith. Discussion: http://postgr.es/m/CAHut+Pt52ueOEAO-G5qeZiiPv1p9pBT_W5Vj3BTYfC8sD8LFxw@mail.gmail.com
1 parent f275af8 commit 86a3fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/init/usercontext.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ SwitchToUntrustedUser(Oid userid, UserContext *context)
8080
/*
8181
* Switch back to the original user ID.
8282
*
83-
* If we created a new GUC nest level, also role back any changes that were
83+
* If we created a new GUC nest level, also roll back any changes that were
8484
* made within it.
8585
*/
8686
void

0 commit comments

Comments
 (0)