diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-04-06 13:10:56 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-04-06 13:10:56 +0000 |
| commit | e40bd039592eb747be4da9c2cc8a3276a7ecfa2e (patch) | |
| tree | 1d79d41a927d9b52431856fee1c7713b247fd61c /lasso/xml | |
| parent | e041252a4dcfeee85fbeb21ada7d2de5fc1a69fd (diff) | |
| download | lasso-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.c | 2 |
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. * |
