Fix typos

Signed-off-by: nashasha1 <a4012017@sina.com>
This commit is contained in:
nashasha1
2018-09-07 16:59:42 +08:00
parent 901b2ea2a7
commit 7f03ad6579
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ import (
)
// WithProfile receives the name of a file stored on disk comprising a json
// formated seccomp profile, as specified by the opencontainers/runtime-spec.
// formatted seccomp profile, as specified by the opencontainers/runtime-spec.
// The profile is read from the file, unmarshaled, and set to the spec.
func WithProfile(profile string) oci.SpecOpts {
return func(_ context.Context, _ oci.Client, _ *containers.Container, s *specs.Spec) error {