[#705] pkg/util: Fix commentary error

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-07-13 15:13:59 +03:00 committed by Alex Vanin
parent 795c49d16b
commit 46a66a21ec

View file

@ -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 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. // * shutdown timeout is non-positive.
// //
// The created Server does not require additional // The created Server does not require additional