Skip to content

Commit 02ac05b

Browse files
committed
Fix typo in hba.c
Spotted while reading through the git history.
1 parent 341f4e0 commit 02ac05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/hba.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ tokenize_expand_file(List *tokens,
562562

563563
/*
564564
* There is possible recursion here if the file contains @ or an include
565-
* records.
565+
* record.
566566
*/
567567
tokenize_auth_file(inc_fullname, inc_file, &inc_lines, elevel,
568568
depth);

0 commit comments

Comments
 (0)