Skip to content

Commit

Permalink
+ fix some spelling problems
Browse files Browse the repository at this point in the history
  • Loading branch information
milkybird98 authored Jul 28, 2020
1 parent 2be7003 commit e233971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/kubeflow/v1alpha2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ type MPIJobSpec struct {
// the following fields: `BackoffLimit` and `ActiveDeadlineSeconds`.
RunPolicy *common.RunPolicy `json:"runPolicy,omitempty"`

// MPIDistribution specifies name of the mpi framwork which is used
// Deafults to "OpenMPI"
// Option includes "OpenMPI", "IntelMPI" and "MPICH"
// MPIDistribution specifies name of the MPI framwork which is used
// Defaults to "open_mpi"
// Options includes "open_mpi", "intel_mpi" and "mpich"
MPIDistribution string `json:"mpiDistribution,omitempty"`
}

Expand Down

0 comments on commit e233971

Please sign in to comment.