From 15b4b3fa1bf97af74c9a2019afc14af2965c66db Mon Sep 17 00:00:00 2001 From: Evgeny Khramtsov Date: Tue, 16 Jul 2019 22:07:39 +0300 Subject: Fix typos using codespell --- include/pubsub.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pubsub.hrl b/include/pubsub.hrl index 735cfc737..77a9458a6 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(). -- cgit v1.2.3