projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
703cea0
)
tdb2: fix an error message misspelling.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 7 Apr 2011 11:18:27 +0000
(20:48 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 7 Apr 2011 11:18:27 +0000
(20:48 +0930)
ccan/tdb2/open.c
patch
|
blob
|
history
diff --git
a/ccan/tdb2/open.c
b/ccan/tdb2/open.c
index c6fd9a090ecf3078bb4135e6b0651403d8379978..7cbac0afa0c3cf39d7b2122c89b03e784ab5a574 100644
(file)
--- a/
ccan/tdb2/open.c
+++ b/
ccan/tdb2/open.c
@@
-174,7
+174,7
@@
static enum TDB_ERROR tdb_new_file(struct tdb_context *tdb)
tdb->file = malloc(sizeof(*tdb->file));
if (!tdb->file)
return tdb_logerr(tdb, TDB_ERR_OOM, TDB_LOG_ERROR,
- "tdb_open: c
ould
alloc tdb_file structure");
+ "tdb_open: c
annot
alloc tdb_file structure");
tdb->file->num_lockrecs = 0;
tdb->file->lockrecs = NULL;
tdb->file->allrecord_lock.count = 0;