You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/02/18 04:09:32 UTC

[groovy] branch master updated: typos

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b7ce8b  typos
8b7ce8b is described below

commit 8b7ce8b07ff535dfc0102899f8d148c9fef0916f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 18 14:09:24 2021 +1000

    typos
---
 buildSrc/src/main/groovy/org.apache.groovy-internal.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle b/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle
index 53175a7..4d94a7a 100644
--- a/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle
+++ b/buildSrc/src/main/groovy/org.apache.groovy-internal.gradle
@@ -21,11 +21,11 @@
  * The groovy project uses Gradle for building, and Gradle itself
  * depends on a specific Groovy configuration to build Groovy projects.
  *
- * In this build, we first build a "boostrap compiler", which provides
+ * In this build, we first build a "bootstrap compiler", which provides
  * a minimal Groovy runtime.
  *
  * But because Groovy also repackages some internal libraries, we use
- * internally different jars for compiling Groovy with the boostrapped
+ * internally different jars for compiling Groovy with the bootstrapped
  * Groovy than what is published externally.
  */