From: Volker Lendecke Date: Sat, 27 Sep 2025 07:59:33 +0000 (+0200) Subject: lib: Fix typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45b78d58497dd5dec38eb5aee3e3d2727c899ce;p=thirdparty%2Fsamba.git lib: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/lib/adouble.c b/source3/lib/adouble.c index 7d37792b51c..338b060746d 100644 --- a/source3/lib/adouble.c +++ b/source3/lib/adouble.c @@ -271,8 +271,8 @@ size_t ad_setentryoff(struct adouble *ad, int eid, size_t off) /* * All entries besides FinderInfo and resource fork must fit into the - * buffer. FinderInfo is special as it may be larger then the default 32 bytes - * if it contains marshalled xattrs, which we will fixup that in + * buffer. FinderInfo is special as it may be larger than the default 32 bytes + * if it contains marshalled xattrs, which we will fix up in * ad_convert(). The first 32 bytes however must also be part of the buffer. * * The resource fork is never accessed directly by the ad_data buf.