[PATCH] Fix a typo

Volker Lendecke Volker.Lendecke at SerNet.DE
Fri Nov 24 16:07:00 UTC 2017


Hi!

Review appreciated!

Thanks, 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 61dca6c23de771ab44ac81246533d2d8d8c314c2 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Fri, 24 Nov 2017 17:00:05 +0100
Subject: [PATCH] lib: Fix a typo

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 source3/lib/ctdbd_conn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 521e0168ca3..9832dfae7b4 100644
--- a/source3/lib/ctdbd_conn.c
+++ b/source3/lib/ctdbd_conn.c
@@ -1371,7 +1371,7 @@ static struct tevent_req *ctdb_pkt_send_send(TALLOC_CTX *mem_ctx,
 	}
 
 	/*
-	 * Attempt a direct write. If this returns short, shedule the
+	 * Attempt a direct write. If this returns short, schedule the
 	 * remaining data as an async write, otherwise we're already done.
 	 */
 
-- 
2.11.0



More information about the samba-technical mailing list