Merge pull request #46943 from thaJeztah/typo_fixes

typo fixes
This commit is contained in:
Sebastiaan van Stijn 2023-12-15 18:39:40 +01:00 committed by GitHub
commit 7e1c8a5be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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}
}
}

View file

@ -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