aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2013-06-24 22:38:15 +0200
committerChristophe Romain <christophe.romain@process-one.net>2013-06-24 22:38:15 +0200
commit277ba798fcedcb207c7620ddd05a69b1afa7664d (patch)
tree1f6650e010d742f5df7e222f7a60b836291b28c5
parentfix missing binarization switch on pep nodes (diff)
typo fix in spec
-rw-r--r--src/nodetree_tree_odbc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodetree_tree_odbc.erl b/src/nodetree_tree_odbc.erl
index 19193cacd..469be35d5 100644
--- a/src/nodetree_tree_odbc.erl
+++ b/src/nodetree_tree_odbc.erl
@@ -325,7 +325,7 @@ delete_node(Host, Node) ->
%% helpers
-spec(raw_to_node/2 ::
(
- Host :: mod_pubusb:host(),
+ Host :: mod_pubsub:host(),
_ :: {NodeId::mod_pubsub:nodeId(),
Parent::mod_pubsub:nodeId(),
Type::binary(),