Merge pull request #17132 from izeye

* pr/17132:
  Fix typo

Closes gh-17132
This commit is contained in:
Stephane Nicoll
2019-06-16 11:43:08 +02:00

View File

@@ -30,7 +30,7 @@ import org.springframework.boot.gradle.testkit.GradleBuildExtension;
/**
* {@link Extension} that runs {@link TestTemplate templated tests} against multiple
* versions of Gradle. Test classes using the extension must have non-privaten and
* versions of Gradle. Test classes using the extension must have non-private and
* non-final {@link GradleBuild} field named {@code gradleBuild}.
*
* @author Andy Wilkinson