summaryrefslogtreecommitdiff
path: root/deps/rabbit_common/src/supervisor2.erl
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 00:00:36 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 00:00:36 -0500
commit5fd7ff1b9b50f42b90eba218f9cc16877ee348e3 (patch)
treea79ec71caac586d7eeb52392eb708297e77b7993 /deps/rabbit_common/src/supervisor2.erl
parent41d90889f92e3b79282b5e1bfdcc86938ae04291 (diff)
downloadrabbitmq-server-git-5fd7ff1b9b50f42b90eba218f9cc16877ee348e3.tar.gz
spelling: occurring
Diffstat (limited to 'deps/rabbit_common/src/supervisor2.erl')
-rw-r--r--deps/rabbit_common/src/supervisor2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit_common/src/supervisor2.erl b/deps/rabbit_common/src/supervisor2.erl
index 7ebe92024e..17d7ef15b7 100644
--- a/deps/rabbit_common/src/supervisor2.erl
+++ b/deps/rabbit_common/src/supervisor2.erl
@@ -1438,7 +1438,7 @@ validMods(Mods) -> throw({invalid_modules, Mods}).
%%% Add a new restart and calculate if the max restart
%%% intensity has been reached (in that case the supervisor
%%% shall terminate).
-%%% All restarts accured inside the period amount of seconds
+%%% All restarts occurring inside the period amount of seconds
%%% are kept in the #state.restarts list.
%%% Returns: {ok, State'} | {terminate, State'}
%%% ------------------------------------------------------