forked from TrueCloudLab/frostfs-node
[#705] pkg/util: Fix commentary error
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
795c49d16b
commit
46a66a21ec
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func panicOnValue(t, n string, v interface{}) {
|
|||
//
|
||||
// Panics if at least one value of the parameters is invalid.
|
||||
//
|
||||
// Panics if at least one of next optinal parameters is invalid:
|
||||
// Panics if at least one of next optional parameters is invalid:
|
||||
// * shutdown timeout is non-positive.
|
||||
//
|
||||
// The created Server does not require additional
|
||||
|
|
Loading…
Reference in a new issue