diff --git a/api/server/router/system/system_routes.go b/api/server/router/system/system_routes.go index ab91247d7ee75..1dd50d32315b1 100644 --- a/api/server/router/system/system_routes.go +++ b/api/server/router/system/system_routes.go @@ -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} } } diff --git a/daemon/info_unix.go b/daemon/info_unix.go index cd7f55faac06f..eeedbbd6d82c8 100644 --- a/daemon/info_unix.go +++ b/daemon/info_unix.go @@ -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