Merge pull request #551 from Weselton/main

[no-relnote] Fixed spelling error
This commit is contained in:
Evan Lezar 2024-06-24 15:00:56 +02:00 committed by GitHub
commit f35f3903ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ import (
// SpecModifier defines an interface for modifying a (raw) OCI spec
type SpecModifier interface {
// Modify is a method that accepts a pointer to an OCI Srec and returns an
// Modify is a method that accepts a pointer to an OCI Spec and returns an
// error. The intention is that the function would modify the spec in-place.
Modify(*specs.Spec) error
}