Fix a typo in libpq/auth.c

Started by Masahiko Sawadaabout 8 years ago2 messages
#1Masahiko Sawada
sawada.mshk@gmail.com
1 attachment(s)

Hi,

Attached a patch for $subject.

s/RAIDUS/RADIUS/

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachments:

fix_typo_in_auth_c.patchapplication/octet-stream; name=fix_typo_in_auth_c.patchDownload
diff --git a/src/backend/libpq/auth.c b/src/backend/libpq/auth.c
index 174ef1c..ab74fd8 100644
--- a/src/backend/libpq/auth.c
+++ b/src/backend/libpq/auth.c
@@ -2742,7 +2742,7 @@ typedef struct
 #define RADIUS_ACCESS_ACCEPT	2
 #define RADIUS_ACCESS_REJECT	3
 
-/* RAIDUS attributes */
+/* RADIUS attributes */
 #define RADIUS_USER_NAME		1
 #define RADIUS_PASSWORD			2
 #define RADIUS_SERVICE_TYPE		6
#2Magnus Hagander
magnus@hagander.net
In reply to: Masahiko Sawada (#1)
Re: Fix a typo in libpq/auth.c

On Thu, Oct 19, 2017 at 12:05 PM, Masahiko Sawada <sawada.mshk@gmail.com>
wrote:

Hi,

Attached a patch for $subject.

s/RAIDUS/RADIUS/

Applied, thanks.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;