smbd: Fix a typo
[samba.git] / source3 / smbd / nttrans.c
index 55331d1451bfcd5dacd22b5e8a094ed771b8ef8f..ad361d63b08e2308714e18b7189d3573adf87ffe 100644 (file)
@@ -1309,7 +1309,7 @@ static void call_nt_transact_create(connection_struct *conn,
                                ea_list_has_invalid_name(ea_list)) {
                        /* Realloc the size of parameters and data we will return */
                        if (flags & EXTENDED_RESPONSE_REQUIRED) {
-                               /* Extended response is 32 more byyes. */
+                               /* Extended response is 32 more bytes. */
                                param_len = 101;
                        } else {
                                param_len = 69;