Просмотр исходного кода

fix(PgSQL connector): typo in function name

Kjell Winblad 1 год назад
Родитель
Сommit
c13631102e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_postgresql/src/emqx_postgresql.erl

+ 1 - 1
apps/emqx_postgresql/src/emqx_postgresql.erl

@@ -714,7 +714,7 @@ failed_to_remove_prev_prepared_statement_error() ->
         ("A previous prepared statement for the action already exists "
         "but cannot be closed. Please, try to disable and then enable "
         "the connector to resolve this issue."),
-    {error, unicode:charactes_to_binary(Msg)}.
+    {error, unicode:characters_to_binary(Msg)}.
 
 to_bin(Bin) when is_binary(Bin) ->
     Bin;