From: Volker Lendecke Date: Thu, 25 Aug 2022 08:34:51 +0000 (+0200) Subject: libsmbclient: Fix a typo X-Git-Tag: talloc-2.4.0~1279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a1336024aeb5938141ca23715917d6490cc4d0d;p=thirdparty%2Fsamba.git libsmbclient: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 84c98089251..ef8b327e374 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -490,7 +490,7 @@ typedef SMBCSRV * (*smbc_get_cached_srv_fn) (SMBCCTX * c, const char * server, const char * username); /**@ingroup callback - * Check if a server is still good + * Remove a cached server * * @param c pointer to smb context *