Skip to content

Commit

Permalink
Merge pull request moby#46943 from thaJeztah/typo_fixes
Browse files Browse the repository at this point in the history
typo fixes
  • Loading branch information
thaJeztah authored Dec 15, 2023
2 parents 2f80a91 + aa5d1a8 commit 7e1c8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/server/router/system/system_routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
}
Expand Down
2 changes: 1 addition & 1 deletion daemon/info_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e1c8a5

Please sign in to comment.