From e37e4d16e9c783ce264dbfd58bf6b8568be6f003 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Filipensk=C3=BD?= Date: Wed, 11 Dec 2024 22:33:17 +0100 Subject: [PATCH] s3:open.c: Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Filipenský Reviewed-by: Ralph Boehme Autobuild-User(master): Pavel Filipensky Autobuild-Date(master): Tue Dec 17 11:23:50 UTC 2024 on atb-devel-224 --- source3/smbd/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/open.c b/source3/smbd/open.c index b87b74988ae..8aac03677a2 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -4749,7 +4749,7 @@ mkdir_first: &rhow); if (ret == -1 && errno == EINVAL) { /* - * This is the strategie we use without having + * This is the strategy we use without having * renameat2(RENAME_NOREPLACE): * * renameat() is able to replace a directory if the source is -- 2.47.3