FIX: Fix typo in comment

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2022-04-06 14:46:27 +02:00
parent 282a2c145e
commit 8db287af8b

View File

@ -33,7 +33,7 @@ type experimental struct {
discoverer discover.Discover
}
// NewExperimentalModifier creates a modifier that applied the experimental
// NewExperimentalModifier creates a modifier that applies the experimental
// modications to an OCI spec if required by the runtime wrapper.
func NewExperimentalModifier(logger *logrus.Logger, cfg *config.Config) (oci.SpecModifier, error) {
logger.Infof("Constructing modifier from config: %+v", cfg)