summaryrefslogtreecommitdiff
path: root/include/pubsub.hrl
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-07-16 22:07:39 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-07-16 22:07:39 +0300
commit15b4b3fa1bf97af74c9a2019afc14af2965c66db (patch)
treefb3468029ac30d9d5e422c0e550f927f453a9707 /include/pubsub.hrl
parentAvoid record duplication (diff)
Fix typos using codespell
Diffstat (limited to 'include/pubsub.hrl')
-rw-r--r--include/pubsub.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl
index 735cfc73..77a9458a 100644
--- a/include/pubsub.hrl
+++ b/include/pubsub.hrl
@@ -58,7 +58,7 @@
%% note: pos_integer() should always be used, but we allow anything else coded
%% as binary, so one can have a custom implementation of nodetree with custom
%% indexing (see nodetree_virtual). this also allows to use any kind of key for
-%% indexing nodes, as this can be usefull with external backends such as sql.
+%% indexing nodes, as this can be useful with external backends such as sql.
-type(itemId() :: binary()).
%% @type itemId() = string().