summaryrefslogtreecommitdiff
path: root/lib/sasl
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-06-08 08:24:04 +0200
committerGitHub <noreply@github.com>2021-06-08 08:24:04 +0200
commitb91e68372b1fcd6d910d09dd2a4cb5270e51d604 (patch)
tree3574242af4ec46cbaf626eff49e594f70c2f54fe /lib/sasl
parent50c6999d7d3aa4276b70e40909c66d3c7dc4fde9 (diff)
parent64a5677d0c3cb0a7b7d9a2e9f3530e152e4ff9cb (diff)
downloaderlang-b91e68372b1fcd6d910d09dd2a4cb5270e51d604.tar.gz
Merge pull request #4942 from qrede/patch-6
Fix doc spelling
Diffstat (limited to 'lib/sasl')
-rw-r--r--lib/sasl/src/release_handler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/src/release_handler.erl b/lib/sasl/src/release_handler.erl
index e4bd9c188c..0bad1cf82a 100644
--- a/lib/sasl/src/release_handler.erl
+++ b/lib/sasl/src/release_handler.erl
@@ -134,7 +134,7 @@
%%
%% It is configurable where the start file is located, and what it
%% is called.
-%% The paramater is {sasl, start_prg} = File
+%% The parameter is {sasl, start_prg} = File
%% It is also configurable where the releases directory is located.
%% Default is $ROOT/releases. $RELDIR overrides, and
%% {sasl, releases_dir} overrides both.