[PATCH] tdb: Fix a typo
Volker Lendecke
Volker.Lendecke at SerNet.DE
Sat Feb 16 05:29:20 MST 2013
Hi!
Someone please push.
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
**********************************************************
visit us at CeBIT: March 5th - 9th 2013, hall 6, booth E15
all about SAMBA and verinice, firewalls, Linux and Windows
free tickets available via email here : cebit at sernet.com !
**********************************************************
-------------- next part --------------
>From 1edfcdbc34c5ed4bbbc1a8d5271103f553f37117 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Sat, 16 Feb 2013 13:26:36 +0100
Subject: [PATCH] tdb: Fix a typo
Signed-off-by: Volker Lendecke <vl at samba.org>
---
lib/tdb/common/open.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/tdb/common/open.c b/lib/tdb/common/open.c
index 08b9450..05d7cae 100644
--- a/lib/tdb/common/open.c
+++ b/lib/tdb/common/open.c
@@ -215,7 +215,7 @@ _PUBLIC_ struct tdb_context *tdb_open_ex(const char *name, int hash_size, int td
goto fail;
}
- /* now make a copy of the name, as the caller memory might went away */
+ /* now make a copy of the name, as the caller memory might go away */
if (!(tdb->name = (char *)strdup(name))) {
/*
* set the name as the given string, so that tdb_name() will
--
1.7.9.5
More information about the samba-technical
mailing list