From 062bc17393f1cc65a0ae748202c739ba2375282f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 18 May 2015 09:00:46 +0200 Subject: [PATCH] smbd: Fix a typo Change-Id: Ifb947ab7b5af473d5f03c0ccd352735bb8c4ded9 Signed-off-by: Volker Lendecke Reviewed-by: Matthieu Patou Autobuild-User(master): Matthieu Patou Autobuild-Date(master): Tue May 26 17:40:54 CEST 2015 on sn-devel-104 --- source3/lib/filename_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/lib/filename_util.c b/source3/lib/filename_util.c index 316360b368d..9cd348a2939 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. */