[PATCH] smbd: Fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Tue May 26 00:42:47 MDT 2015


Hi!

Review&push appreciated!

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
-------------- next part --------------
From 48e6ec11157cb80ec0ae69db5c5d5dd3b0c833d2 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 18 May 2015 09:00:46 +0200
Subject: [PATCH] smbd: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 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 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.
 	 */
-- 
1.9.1



More information about the samba-technical mailing list