From f2080e1e4e40b68bf553ac19298b66ee3d98397c Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 2 Jan 2008 18:01:02 -0600 Subject: [PATCH] wldap32: fix a typo --- dlls/wldap32/parse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wldap32/parse.c b/dlls/wldap32/parse.c index a133302..86eb72f 100644 --- a/dlls/wldap32/parse.c +++ b/dlls/wldap32/parse.c @@ -409,7 +409,7 @@ INT CDECL ldap_parse_vlv_controlA( WLDAP32_LDAP *ld, PLDAPControlA *control, * PARAMS * ld [I] Pointer to an LDAP context. * control [I] Controls obtained from a result message. - * targetpos [O] Positition of the target in the result list. + * targetpos [O] Position of the target in the result list. * listcount [O] Estimate of the number of results in the list. * context [O] Server side context. * errcode [O] Error code from the listview operation. -- 1.4.4.2