]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 23 Feb 2022 14:47:45 +0000 (15:47 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 1 Mar 2022 20:09:29 +0000 (20:09 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/statcache.c

index f8d58214c45a4aff850fad22ee988845b2765bcd..4138a9287ada93275220afb9e9fb39f18581082d 100644 (file)
@@ -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.
  *
  */