From d5f101f836d5eb62918e417525d35dcc6f8225cf Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 7 Dec 2010 10:11:06 +0000 Subject: [PATCH] typo in comment --- libraries/libldap/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index a05c405333..da8118746e 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -873,7 +873,7 @@ nextresp2: } /* - * RF 4511 unsolicited (id == 0) responses + * RFC 4511 unsolicited (id == 0) responses * shouldn't necessarily end the connection */ if ( lc != NULL && id != 0 ) { -- 2.39.5