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
commit e448267980d1a16bccf936318535002480a19e1d Author: Paul King <[email protected]> AuthorDate: Tue Dec 1 18:05:41 2020 +1000 typo --- buildSrc/src/main/groovy/org.apache.groovy-published-library.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/org.apache.groovy-published-library.gradle b/buildSrc/src/main/groovy/org.apache.groovy-published-library.gradle index f947227..794705b 100644 --- a/buildSrc/src/main/groovy/org.apache.groovy-published-library.gradle +++ b/buildSrc/src/main/groovy/org.apache.groovy-published-library.gradle @@ -828,7 +828,7 @@ def promptUser(String prompt) { if (System.console() == null) { new groovy.swing.SwingBuilder().edt { dialog(modal: true, // pause build - title: 'Reponse required', // dialog title + title: 'Response required', // dialog title alwaysOnTop: true, resizable: false, locationRelativeTo: null, // centered on screen
