libsmbclient: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 25 Aug 2022 08:34:51 +0000 (10:34 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 26 Aug 2022 18:54:37 +0000 (18:54 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/libsmbclient.h

index 84c98089251311ea7bd14ed1aa3ddecee0825136..ef8b327e374da135a14fe431143eee3bc3115d31 100644 (file)
@@ -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
  *