Skip to content

Commit

Permalink
s3:lib: fix a typo in comment for talloc_sub_basic()
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adam <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>

Autobuild-User(master): Michael Adam <[email protected]>
Autobuild-Date(master): Thu Aug  4 22:08:35 CEST 2016 on sn-devel-144
  • Loading branch information
obnoxxx committed Aug 4, 2016
1 parent 8be379e commit 6147ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/lib/substitute.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6147ed7

Please sign in to comment.