summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-04-06 13:10:56 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-04-06 13:10:56 +0000
commite40bd039592eb747be4da9c2cc8a3276a7ecfa2e (patch)
tree1d79d41a927d9b52431856fee1c7713b247fd61c /lasso/xml
parente041252a4dcfeee85fbeb21ada7d2de5fc1a69fd (diff)
downloadlasso-e40bd039592eb747be4da9c2cc8a3276a7ecfa2e.tar.gz
lasso-e40bd039592eb747be4da9c2cc8a3276a7ecfa2e.tar.xz
lasso-e40bd039592eb747be4da9c2cc8a3276a7ecfa2e.zip
fix documentation of lasso_node_debug
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index c2e8830b..749704ea 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -171,7 +171,7 @@ lasso_node_dump(LassoNode *node)
}
/**
- * laso_node_debug:
+ * lasso_node_debug:
* @node: a #LassoNode
* @level:(default 10): the indentation depth, i.e. the depth of the last nodes to be indented.
*