Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c1146e

Browse files
committedSep 18, 2018
fix typo
1 parent 138323b commit 7c1146e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pg_query_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ SendCurrentUserId(void)
703703
*
704704
* Assume the `proc` points on valid backend and it's not current process.
705705
*
706-
* This fuction must be called after registeration of `UserIdPollReason` and
706+
* This fuction must be called after registration of `UserIdPollReason` and
707707
* initialization `RemoteUserIdResult` object in shared memory.
708708
*/
709709
static Oid

0 commit comments

Comments
 (0)
Please sign in to comment.