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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 659ee7d  typo
659ee7d is described below

commit 659ee7dc9bd232b07570099f169fe0ec730c6bd3
Author: Paul King <[email protected]>
AuthorDate: Tue Dec 1 18:07:54 2020 +1000

    typo
---
 gradle/signing.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/signing.gradle b/gradle/signing.gradle
index 544c533..2099041 100644
--- a/gradle/signing.gradle
+++ b/gradle/signing.gradle
@@ -62,7 +62,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

Reply via email to