Skip to content

Commit 275c4be

Browse files
committed
Fix typo
Masahiko Sawada
1 parent bcf2e5c commit 275c4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/auth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,7 @@ typedef struct
27422742
#define RADIUS_ACCESS_ACCEPT 2
27432743
#define RADIUS_ACCESS_REJECT 3
27442744

2745-
/* RAIDUS attributes */
2745+
/* RADIUS attributes */
27462746
#define RADIUS_USER_NAME 1
27472747
#define RADIUS_PASSWORD 2
27482748
#define RADIUS_SERVICE_TYPE 6

0 commit comments

Comments
 (0)