Skip to content

Commit

Permalink
Small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Oct 29, 2023
1 parent ba0d08e commit 0d8fed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/checkstyle-10.12.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi

pushd "${project_root}"

# Make sure that Git is sufficient configured to enable committing to the
# Make sure that Git is sufficiently configured to enable committing to the
# project's Git repository.
git config user.email || git config user.email "[email protected]"
git config user.name || git config user.name "Integration Test"
Expand All @@ -96,7 +96,7 @@ git config user.name || git config user.name "Integration Test"
# required to run Error Prone with Error Prone Support and (b) formatting the
# code using the same method by which it will be formatted after each
# compilation round. The initial formatting operation ensures that subsequent
# moifications can be rendered in a clean manner.
# modifications can be rendered in a clean manner.
git clean -fdx
git apply < "${integration_test_root}/${test_name}-init.patch"
git commit -m 'dependency: Introduce Error Prone Support' .
Expand Down

0 comments on commit 0d8fed5

Please sign in to comment.