From 2e8f9829d360b22e611d5241fc034c26dcee4c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 17 Dec 2022 14:24:41 +0200 Subject: [PATCH] auth: typo statefulLy --- src/modules/auth/auth.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/auth/auth.xml b/src/modules/auth/auth.xml index 1470f7c9d92..949c3c73e0a 100644 --- a/src/modules/auth/auth.xml +++ b/src/modules/auth/auth.xml @@ -329,7 +329,7 @@ mode, ie., a transaction should be created prior to the authentication check, for instance by using the function t_newtran, to absorb possible - retransmissions. All the replies need to be sent statefuly, + retransmissions. All the replies need to be sent statefully, using t_reply()). Otherwise, all retransmissions will be challenged which may cause the user agent to believe the password supplied by the user to be wrong.