Correct "succeded" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 20:01:10 +0000 (09:01 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:23 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/smbd/smb2_create.c

index 821199108166a355ad68ec1cb7d0e5628e6b3166..cba0781430ecb20c7285e36fe36f2e8e5d89d93c 100644 (file)
@@ -1025,7 +1025,7 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
 
                        DEBUG(10, ("smb2_create_send: %s to recreate the "
                                   "smb2srv_open struct for a durable handle.\n",
-                                  op->global->durable ? "succeded" : "failed"));
+                                  op->global->durable ? "succeeded" : "failed"));
 
                        if (!op->global->durable) {
                                talloc_free(op);