fix(psk): fix spell error
This commit is contained in:
parent
ea52e0c05d
commit
b71eaf1290
|
@ -59,7 +59,7 @@ fields() ->
|
||||||
, {separator, sc(binary(),
|
, {separator, sc(binary(),
|
||||||
#{default => <<":">>,
|
#{default => <<":">>,
|
||||||
desc =>
|
desc =>
|
||||||
<<"The separator between <code>PSKIdentity</code"
|
<<"The separator between <code>PSKIdentity</code>"
|
||||||
" and <code>SharedSecret</code> in the psk file">>
|
" and <code>SharedSecret</code> in the psk file">>
|
||||||
})}
|
})}
|
||||||
, {chunk_size, sc(integer(),
|
, {chunk_size, sc(integer(),
|
||||||
|
|
Loading…
Reference in New Issue