From: Pierangelo Masarati Date: Tue, 7 Dec 2010 10:11:06 +0000 (+0000) Subject: typo in comment X-Git-Tag: MIGRATION_CVS2GIT~373 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d5f101f836d5eb62918e417525d35dcc6f8225cf;p=openldap typo in comment --- 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 ) {