From dea88c9be27813894081d14a8160c7d2196f4415 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Mon, 13 Jan 2020 14:44:55 +0530 Subject: [PATCH] Fix typo. Reported-by: Antonin Houska Author: Antonin Houska Backpatch-through: 11, where it was introduced Discussion: https://postgr.es/m/2246.1578900133@antos --- src/include/access/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/access/session.h b/src/include/access/session.h index 37971c1c66..95481cbf72 100644 --- a/src/include/access/session.h +++ b/src/include/access/session.h @@ -19,7 +19,7 @@ struct SharedRecordTypmodRegistry; /* * A struct encapsulating some elements of a user's session. For now this - * manages state that applies to parallel query, but it principle it could + * manages state that applies to parallel query, but in principle it could * include other things that are currently global variables. */ typedef struct Session