Fix typo.
authorAmit Kapila
Mon, 13 Jan 2020 09:14:55 +0000 (14:44 +0530)
committerAmit Kapila
Mon, 13 Jan 2020 09:22:59 +0000 (14:52 +0530)
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

index 8fba568029942dc061981c8d5ef275659d4e893c..ce69feada57b07ad362bb2ddae019d033525f09c 100644 (file)
@@ -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