s3:smb2_server fix a typo
authorChristian Ambach <ambi@samba.org>
Tue, 28 Feb 2012 01:52:21 +0000 (17:52 -0800)
committerChristian Ambach <ambi@samba.org>
Sat, 3 Mar 2012 05:47:09 +0000 (21:47 -0800)
source3/smbd/smb2_server.c

index 7233e09bd2bbfc4be17cdaa0b7fa38859005c7d0..8533157fcb251002b197858ac3515f1eef58e445 100644 (file)
@@ -1288,7 +1288,7 @@ NTSTATUS smbd_smb2_request_verify_sizes(struct smbd_smb2_request *req,
        /*
         * Now check the expected body size,
         * where the last byte might be in the
-        * dynnamic section..
+        * dynamic section..
         */
        if (req->in.vector[i+1].iov_len != (expected_body_size & 0xFFFFFFFE)) {
                return NT_STATUS_INVALID_PARAMETER;