mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-28 23:17:24 +00:00
[no-relnote] Fixed spelling error
Signed-off-by: German Maltsev <maltsev.german@gmail.com>
This commit is contained in:
parent
6b78c72fec
commit
692dac4cbd
@ -26,7 +26,7 @@ import (
|
|||||||
|
|
||||||
// SpecModifier defines an interface for modifying a (raw) OCI spec
|
// SpecModifier defines an interface for modifying a (raw) OCI spec
|
||||||
type SpecModifier interface {
|
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.
|
// error. The intention is that the function would modify the spec in-place.
|
||||||
Modify(*specs.Spec) error
|
Modify(*specs.Spec) error
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user