Fix wrong word in comment.
authorRobert Haas <[email protected]>
Wed, 5 Apr 2023 13:50:08 +0000 (09:50 -0400)
committerRobert Haas <[email protected]>
Wed, 5 Apr 2023 13:50:08 +0000 (09:50 -0400)
Reported by Peter Smith.

Discussion: http://postgr.es/m/CAHut+Pt52ueOEAO-G5qeZiiPv1p9pBT_W5Vj3BTYfC8sD8LFxw@mail.gmail.com

src/backend/utils/init/usercontext.c

index 88a7e55478edf52b8e7b04d24b0f52d801867618..38bcfa60df680812bd3f8754d622329a9bca7d09 100644 (file)
@@ -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