Skip to content

Commit

Permalink
[chore] fix typo (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y authored Aug 7, 2022
1 parent 3ee0d08 commit 299e0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/kubeflow.org/v1/tensorflow_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
// TFJobKind is the kind name.
TFJobKind = "TFJob"
// TFJobPlural is the TensorflowPlural for TFJob.
TFJObPlural = "tfjobs"
TFJobPlural = "tfjobs"
// TFJobSingular is the singular for TFJob.
TFJobSingular = "tfjob"
// TFJobFrameworkName is the name of the ML Framework
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller.v1/register_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestEnabledSchemes(t *testing.T) {

dummyJob := "dummyjob"
if testES.Set(dummyJob) == nil {
t.Errorf("successfully registerd non-supported job %s", dummyJob)
t.Errorf("successfully registered non-supported job %s", dummyJob)
}

if testES.Empty() {
Expand Down

0 comments on commit 299e0e2

Please sign in to comment.