Skip to content

Commit ea35951

Browse files
committed
rabbit_access_control: Fix typo in funtion
1 parent 1dd2508 commit ea35951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_access_control.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ is_auth_backend_module_enabled(Mod) when is_atom(Mod) ->
113113
case rabbit_plugins:which_plugin(Mod) of
114114
{ok, PluginName} ->
115115
%% FIXME: The definition of an "enabled plugin" in
116-
%% `rabbit_plugins' varies from funtion to function.
116+
%% `rabbit_plugins' varies from function to function.
117117
%% Sometimes, it means the "rabbitmq-plugin enable
118118
%% <plugin>" was executed, sometimes it means the plugin
119119
%% is running.

0 commit comments

Comments
 (0)