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 7ba2f2548d fix typo
7ba2f2548d is described below

commit 7ba2f2548deb95cf7d9e9ddbd6904242d20cf571
Author: Paul King <[email protected]>
AuthorDate: Wed Sep 17 19:11:41 2025 +1000

    fix typo
---
 .../groovy/org/apache/groovy/groovysh/jline/GroovyPosixCommands.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovyPosixCommands.java
 
b/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovyPosixCommands.java
index dcf69ffeaf..97feefc590 100644
--- 
a/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovyPosixCommands.java
+++ 
b/subprojects/groovy-groovysh/src/main/groovy/org/apache/groovy/groovysh/jline/GroovyPosixCommands.java
@@ -1007,7 +1007,7 @@ public class GroovyPosixCommands extends PosixCommands {
             "  -r --reverse                 reverse the result of comparisons",
             "  -u --unique                  output only the first of an equal 
run",
             "  -t --field-separator=SEP     use SEP instead of non-blank to 
blank transition",
-            "  -b --ignore-leading-blanks   ignore leading blancks",
+            "  -b --ignore-leading-blanks   ignore leading blanks",
             "     --numeric-sort            compare according to string 
numerical value",
             "  -k --key=KEY                 fields to use for sorting 
separated by whitespaces"
         };

Reply via email to