From 05235d5b444558f6d06ef12ea7d74850800425cf Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 16 Feb 2013 13:26:36 +0100 Subject: [PATCH] tdb: Fix a typo Signed-off-by: Volker Lendecke Autobuild-User(master): Simo Sorce Autobuild-Date(master): Sat Feb 16 17:13:32 CET 2013 on sn-devel-104 --- 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 08b9450a1c2..05d7cae6beb 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 -- 2.11.4.GIT