You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/08/10 12:13:42 UTC

[commons-lang] branch master updated: Normalize spelling

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f9966107 Normalize spelling
5f9966107 is described below

commit 5f99661073a861e17a587bde03f15fcef3c0ebec
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 10 08:13:37 2023 -0400

    Normalize spelling
---
 .../java/org/apache/commons/lang3/text/translate/EntityArrays.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/lang3/text/translate/EntityArrays.java b/src/main/java/org/apache/commons/lang3/text/translate/EntityArrays.java
index 520455418..bfcdf94b2 100644
--- a/src/main/java/org/apache/commons/lang3/text/translate/EntityArrays.java
+++ b/src/main/java/org/apache/commons/lang3/text/translate/EntityArrays.java
@@ -47,7 +47,7 @@ public class EntityArrays {
         {"\u00A5", "&yen;"}, // yen sign = yuan sign
         {"\u00A6", "&brvbar;"}, // broken bar = broken vertical bar
         {"\u00A7", "&sect;"}, // section sign
-        {"\u00A8", "&uml;"}, // diaeresis = spacing diaeresis
+        {"\u00A8", "&uml;"}, // dieresis = spacing dieresis
         {"\u00A9", "&copy;"}, // © - copyright sign
         {"\u00AA", "&ordf;"}, // feminine ordinal indicator
         {"\u00AB", "&laquo;"}, // left-pointing double angle quotation mark = left pointing guillemet
@@ -324,7 +324,7 @@ public class EntityArrays {
         // <!-- ligature is a misnomer, this is a separate character in some languages -->
         {"\u0160", "&Scaron;"}, // -- latin capital letter S with caron, U+0160 ISOlat2 -->
         {"\u0161", "&scaron;"}, // -- latin small letter s with caron, U+0161 ISOlat2 -->
-        {"\u0178", "&Yuml;"}, // -- latin capital letter Y with diaeresis, U+0178 ISOlat2 -->
+        {"\u0178", "&Yuml;"}, // -- latin capital letter Y with dieresis, U+0178 ISOlat2 -->
         // <!-- Spacing Modifier Letters -->
         {"\u02C6", "&circ;"}, // -- modifier letter circumflex accent, U+02C6 ISOpub -->
         {"\u02DC", "&tilde;"}, // small tilde, U+02DC ISOdia -->