]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc:idl: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Sun, 7 Jan 2024 23:30:11 +0000 (12:30 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Feb 2024 02:48:44 +0000 (02:48 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/drsblobs.idl

index d14145045d2e0a577fa2767d57200d1e3cc33f25..002c04f790369890aa331d895da8e4047a4e90d0 100644 (file)
@@ -278,7 +278,7 @@ interface drsblobs {
                 *
                 * 'Packages':
                 *   data contains the list of packages
-                *   as non termiated UTF16 strings with
+                *   as non terminated UTF16 strings with
                 *   a UTF16 NULL byte as separator
                 *
                 * 'Primary:Kerberos-Newer-Keys':
@@ -408,7 +408,7 @@ interface drsblobs {
                [value(0x01)] uint8  unknown2;
                uint8  num_hashes;
                [value(0)] uint32 unknown3;
-               [value(0)] udlong uuknown4;
+               [value(0)] udlong unknown4;
                package_PrimaryWDigestHash hashes[num_hashes];
        } package_PrimaryWDigestBlob;
 
@@ -422,7 +422,7 @@ interface drsblobs {
         * Primary:userPassword each calculated hash,
         * which is typically calculated via crypt(), the scheme is stored.
         * The scheme name and the {scheme} format is re-used from OpenLDAP's
-        * use for userPassword to aid interopability when exported.
+        * use for userPassword to aid interoperability when exported.
         *
         * The currently supported scheme so far is {CRYPT}, which may
         * be specified multiple times if both CryptSHA256 ($5$) and
@@ -458,7 +458,7 @@ interface drsblobs {
        /*
         * the secret value is encoded as UTF16 if it's a string
         * but depending the AuthType, it might also be krb5 trusts have random bytes here, so converting to UTF16
-        * mayfail...
+        * may fail...
         *
         * TODO: We should try handle the case of a random buffer in all places
         *       we deal with cleartext passwords from windows