wingo pushed a commit to branch lightning
in repository guile.
commit 120dfc956d0672cef8714876fdcdef621a6b088d
Author: pcpa <[email protected]>
Date: Thu Sep 4 11:33:52 2014 -0300
Correct typo in documentation.
Thanks to Yaroslav Tsarko for noticing the problem.
---
doc/body.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/body.texi b/doc/body.texi
index 2b3f5f1..fe1ae82 100644
--- a/doc/body.texi
+++ b/doc/body.texi
@@ -1036,7 +1036,7 @@ Source code for the client (which lies in the same source
file) follows:
@example
int main(int argc, char *argv[])
@{
- jit_note_t *nc, *nf;
+ jit_node_t *nc, *nf;
pifi c2f, f2c;
int i;