diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f33a4fcb..0e870662c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -136,10 +136,13 @@
MultiKey.getKeys class cast exception.
- Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input.
+ Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input.
- Update tests from Apache Commons Lang 3.9 to 3.10.
+ Update tests from Apache Commons Lang 3.9 to 3.10.
+
+
+ Fixed the typo and deal the NPE with Objects.requireNonNull #118.