From: Michael Adam Date: Wed, 3 Aug 2016 22:15:13 +0000 (+0200) Subject: s3:lib: fix a typo in comment for talloc_sub_basic() X-Git-Tag: tevent-0.9.30~235 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=6147ed70ff0c207c717bc7a553b5ef7a840e6fb5;p=samba.git s3:lib: fix a typo in comment for talloc_sub_basic() Signed-off-by: Michael Adam Reviewed-by: Andreas Schneider Autobuild-User(master): Michael Adam Autobuild-Date(master): Thu Aug 4 22:08:35 CEST 2016 on sn-devel-144 --- diff --git a/source3/lib/substitute.c b/source3/lib/substitute.c index 4e2ce9b7bc9..bcfdd29c7a0 100644 --- a/source3/lib/substitute.c +++ b/source3/lib/substitute.c @@ -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,