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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new c1818020 Javadoc
c1818020 is described below
commit c18180202fc93146797a826d3f0b2a945ee2f9cc
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 12 07:48:59 2026 -0400
Javadoc
---
src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
b/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
index da21507c..feb6223d 100644
--- a/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
+++ b/src/main/java/org/apache/commons/codec/digest/GitIdentifiers.java
@@ -210,7 +210,7 @@ public class GitIdentifiers {
}
/**
- * Annds and returns the {@link TreeIdBuilder} for the named
subdirectory, creating it if absent.
+ * Adds and returns the {@link TreeIdBuilder} for the named
subdirectory, creating it if absent.
*
* @param name The relative path of the subdirectory in normalized
form (may contain {@code '/'}).
* @return The {@link TreeIdBuilder} for the subdirectory.