From b898f1271db5021e1873e38e1498a99d9450b646 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 4 Jan 2011 17:35:34 +0000 Subject: [PATCH] Fix 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 ec62ff5cf1..3fdf10d73b 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -878,7 +878,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