From: Volker Lendecke Date: Wed, 23 Feb 2022 14:47:45 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: tevent-0.12.0~614 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579c475fa6293017fd4137fa99a0ae091dfdfcad;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/statcache.c b/source3/smbd/statcache.c index f8d58214c45..4138a9287ad 100644 --- a/source3/smbd/statcache.c +++ b/source3/smbd/statcache.c @@ -190,7 +190,7 @@ void stat_cache_add( const char *full_orig_name, * of the name up. * @param psd A stat buffer, NOT from the cache, but just a side-effect. * - * @return True if we translated (and did a scuccessful stat on) the entire + * @return True if we translated (and did a successful stat on) the entire * name. * */