From: Joseph Sutton Date: Wed, 2 Aug 2023 02:52:13 +0000 (+1200) Subject: s4:torture: Fix code spelling X-Git-Tag: tevent-0.16.0~1022 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7da7b81d4d2a866af5eef42d2a4d1752cd79288d;p=thirdparty%2Fsamba.git s4:torture: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/basic/denytest.c b/source4/torture/basic/denytest.c index 9725676f3de..5fa9f6b7060 100644 --- a/source4/torture/basic/denytest.c +++ b/source4/torture/basic/denytest.c @@ -2640,7 +2640,7 @@ bool torture_createx_access_exhaustive(struct torture_context *tctx, data_file_fd = open(data_file, O_WRONLY|O_CREAT|O_TRUNC, 0666); if (data_file_fd < 0) { torture_result(tctx, TORTURE_FAIL, - "(%s): data file open failedu: %s!", + "(%s): data file open failed: %s!", __location__, strerror(errno)); ret = false; goto done;