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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 57e22981 Javadoc
57e22981 is described below

commit 57e2298100e616f3a8833e7c3761f5e3bd4e5e26
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 18:36:22 2026 -0500

    Javadoc
---
 src/main/java/org/apache/commons/text/diff/EditCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/diff/EditCommand.java 
b/src/main/java/org/apache/commons/text/diff/EditCommand.java
index 247f5c0b..30cb38c4 100644
--- a/src/main/java/org/apache/commons/text/diff/EditCommand.java
+++ b/src/main/java/org/apache/commons/text/diff/EditCommand.java
@@ -17,7 +17,7 @@
 package org.apache.commons.text.diff;
 
 /**
- * Abstrac class for all commands used to transform an objects sequence
+ * Abstract class for all commands used to transform an objects sequence
  * into another one.
  * <p>
  * When two objects sequences are compared through the

Reply via email to