fs: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos 2023-03-25 08:20:46 +01:00 committed by albertony
parent 207b64865e
commit f6576237a4
4 changed files with 7 additions and 7 deletions

View file

@ -376,7 +376,7 @@ func configAll(ctx context.Context, name string, m configmap.Mapper, ri *RegInfo
//
// *all-ACTION,NUMBER,ADVANCED
//
// Where NUMBER is the curent state, ADVANCED is a flag true or false
// Where NUMBER is the current state, ADVANCED is a flag true or false
// to say whether we are asking about advanced config and
// ACTION is what the state should be doing next.
stateParams, state := StatePop(in.State)