mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Fix typos using codespell
This commit is contained in:
parent
cc2f674805
commit
15b4b3fa1b
25 changed files with 29 additions and 29 deletions
|
@ -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().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue