From: Pavel Filipenský Date: Wed, 11 Dec 2024 21:33:17 +0000 (+0100) Subject: s3:open.c: Fix a typo X-Git-Tag: tdb-1.4.13~329 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e37e4d16e9c783ce264dbfd58bf6b8568be6f003;p=thirdparty%2Fsamba.git s3:open.c: Fix a typo 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 --- 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