Another batch of minor typos (#1953)

Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
This commit is contained in:
Nathan Baulch
2024-09-09 21:51:39 +10:00
committed by GitHub
parent 74cad3a2f3
commit 9b7bec31b4
89 changed files with 106 additions and 106 deletions

View File

@@ -300,7 +300,7 @@ func (c *ApplyCommand) OperationRequest(
func (c *ApplyCommand) GatherVariables(args *arguments.Vars) {
// FIXME the arguments package currently trivially gathers variable related
// arguments in a heterogenous slice, in order to minimize the number of
// arguments in a heterogeneous slice, in order to minimize the number of
// code paths gathering variables during the transition to this structure.
// Once all commands that gather variables have been converted to this
// structure, we could move the variable gathering code to the arguments