The branch, master has been updated
via 062bc17 smbd: Fix a typo
from 6fbbca5 Update 4.2 Roadmap file
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 062bc17393f1cc65a0ae748202c739ba2375282f
Author: Volker Lendecke <[email protected]>
Date: Mon May 18 09:00:46 2015 +0200
smbd: Fix a typo
Change-Id: Ifb947ab7b5af473d5f03c0ccd352735bb8c4ded9
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Matthieu Patou <[email protected]>
Autobuild-User(master): Matthieu Patou <[email protected]>
Autobuild-Date(master): Tue May 26 17:40:54 CEST 2015 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source3/lib/filename_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c
index 316360b..9cd348a 100644
--- a/source3/lib/filename_util.c
+++ b/source3/lib/filename_util.c
@@ -192,7 +192,7 @@ struct smb_filename *cp_smb_filename(TALLOC_CTX *mem_ctx,
ZERO_STRUCTP(out);
/*
- * The following allocations cannot fails as we
+ * The following allocations cannot fail as we
* pre-allocated space for them in the out pooled
* object.
*/
--
Samba Shared Repository