Autosyncing with Wine HEAD
authorThe Wine Synchronizer <winesync@svn.reactos.org>
Mon, 14 Jan 2008 16:52:12 +0000 (16:52 +0000)
committerThe Wine Synchronizer <winesync@svn.reactos.org>
Mon, 14 Jan 2008 16:52:12 +0000 (16:52 +0000)
svn path=/trunk/; revision=31798

reactos/dll/win32/wldap32/ber.c
reactos/dll/win32/wldap32/control.c
reactos/dll/win32/wldap32/parse.c
reactos/dll/win32/wldap32/wldap32.rbuild

index 159c128..5615135 100644 (file)
@@ -161,7 +161,7 @@ ULONG CDECL WLDAP32_ber_first_element( BerElement *berelement, ULONG *len, CHAR
  * Flatten a berelement structure into a berval structure.
  *
  * PARAMS
- *  berlement [I] Pointer to a berelement structure.
+ *  berelement [I] Pointer to a berelement structure.
  *  berval    [O] Pointer to a berval structure.
  *
  * RETURNS
@@ -187,7 +187,7 @@ INT CDECL WLDAP32_ber_flatten( BerElement *berelement, PBERVAL *berval )
  * Free a berelement structure.
  *
  * PARAMS
- *  berlement [I] Pointer to the berelement structure to be freed.
+ *  berelement [I] Pointer to the berelement structure to be freed.
  *  buf       [I] Flag.
  *
  * RETURNS
@@ -245,7 +245,7 @@ BerElement * CDECL WLDAP32_ber_init( BERVAL *berval )
  *  Failure: LBER_DEFAULT (no more data).
  *
  * NOTES
- *  len and cookie are intitialised by ber_first_element and should
+ *  len and cookie are initialized by ber_first_element and should
  *  be passed on in subsequent calls to ber_next_element.
  */
 ULONG CDECL WLDAP32_ber_next_element( BerElement *berelement, ULONG *len, CHAR *opaque )
index bc606c9..b9caf7c 100644 (file)
@@ -247,7 +247,7 @@ INT CDECL ldap_create_vlv_controlA( WLDAP32_LDAP *ld, WLDAP32_LDAPVLVInfo *info,
  *  Failure: An LDAP error code.
  *
  * NOTES
- *  Pass the created control in conjuction with a sort control as
+ *  Pass the created control in conjunction with a sort control as
  *  server controls in subsequent calls to ldap_search_ext(_s). The
  *  server will then return a sorted, contiguous subset of results
  *  that meets the criteria specified in the LDAPVLVInfo structure.
index a133302..61c6020 100644 (file)
@@ -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.
index 2e07b2c..cfc6d8d 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<group>
 <module name="wldap32" type="win32dll" baseaddress="${BASEADDRESS_WLDAP32}" installbase="system32" installname="wldap32.dll" allowwarnings="true">
        <importlibrary definition="wldap32.spec.def" />
        <include base="wldap32">.</include>
@@ -34,3 +35,4 @@
        <file>wldap32.rc</file>
        <file>wldap32.spec</file>
 </module>
+</group>