Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Aug 23, 2023
1 parent 9cc0eb1 commit 02852f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public int getInterpreterType() throws CoreException {

private static final String REFACTORING_PATH = "HybridizeFunction/";

private static final String TEST_FILE_EXTENION = "py";
private static final String TEST_FILE_EXTENSION = "py";

private static final String TF_FUNCTION_FQN = "tensorflow.python.eager.def_function.function";

Expand Down Expand Up @@ -548,7 +548,7 @@ protected String getRefactoringPath() {

@Override
protected String getTestFileExtension() {
return TEST_FILE_EXTENION;
return TEST_FILE_EXTENSION;
}

/**
Expand Down

0 comments on commit 02852f3

Please sign in to comment.