diff options
author | Michael Paquier | 2022-11-26 01:14:18 +0000 |
---|---|---|
committer | Michael Paquier | 2022-11-26 01:14:18 +0000 |
commit | 02ac05b4c0229bd662b3afa07f370df0a5cbdb54 (patch) | |
tree | 854604a615e506abcecf60a6acb0512663eac1ad | |
parent | 341f4e002d461a3c5513cb864490cddae2b43a64 (diff) |
Fix typo in hba.c
Spotted while reading through the git history.
-rw-r--r-- | src/backend/libpq/hba.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/hba.c b/src/backend/libpq/hba.c index 95677c48e4..46e91441ac 100644 --- a/src/backend/libpq/hba.c +++ b/src/backend/libpq/hba.c @@ -562,7 +562,7 @@ tokenize_expand_file(List *tokens, /* * There is possible recursion here if the file contains @ or an include - * records. + * record. */ tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel, depth); |