fix: typos in comments (#10)

This commit is contained in:
Andreas Deininger
2024-03-28 05:10:03 +01:00
committed by GitHub
parent e6c7b053f9
commit 38dfe1a380
5 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ var engineConstr = map[string]func(*config.Config, string, string) engine.Engine
}
// engines is the registry of command executors.
// Each engine executes a specific command in a specifix sandbox.
// Each engine executes a specific command in a specific sandbox.
// sandbox : command : engine
// TODO: Maybe it's better to create a single instance of each engine
// and pass the sandbox and command as arguments to the Exec.