mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
typo fixes
follow-up to 9e6d012e9c
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
79c759393f
commit
aa5d1a8897
@@ -93,7 +93,7 @@ func (s *systemRouter) getInfo(ctx context.Context, w http.ResponseWriter, r *ht
|
||||
}
|
||||
if versions.LessThan(version, "1.44") {
|
||||
for k, rt := range info.Runtimes {
|
||||
// Status field introduced inl API v1.44.
|
||||
// Status field introduced in API v1.44.
|
||||
info.Runtimes[k] = system.RuntimeWithStatus{Runtime: rt.Runtime}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -496,7 +496,7 @@ func populateInitVersion(ctx context.Context, cfg *configStore, v *types.Version
|
||||
return nil
|
||||
}
|
||||
|
||||
// ociRuntimeFeaturesKey is the "well-known" used for including the
|
||||
// ociRuntimeFeaturesKey is the "well-known" key used for including the
|
||||
// OCI runtime spec "features" struct.
|
||||
//
|
||||
// see https://github.com/opencontainers/runtime-spec/blob/main/features.md
|
||||
|
||||
Reference in New Issue
Block a user