s3:lib: fix a typo in comment for talloc_sub_basic()
authorMichael Adam <obnox@samba.org>
Wed, 3 Aug 2016 22:15:13 +0000 (00:15 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 4 Aug 2016 20:08:35 +0000 (22:08 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Aug  4 22:08:35 CEST 2016 on sn-devel-144

source3/lib/substitute.c

index 4e2ce9b7bc981bca331aeb7b451fb4d18bda9723..bcfdd29c7a0933693c179dc9832d2f489533ce7f 100644 (file)
@@ -456,7 +456,7 @@ void standard_sub_basic(const char *smb_name, const char *domain_name,
 
 /****************************************************************************
  Do some standard substitutions in a string.
- This function will return an talloced string that has to be freed.
+ This function will return a talloced string that has to be freed.
 ****************************************************************************/
 
 char *talloc_sub_basic(TALLOC_CTX *mem_ctx,