diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f6ef3a1a4..7f33a4fcb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,7 @@
- Return 0 immeditaly if the given iterable is null in IterableUtils#size. Update tests.
+ Return 0 immediately if the given iterable is null in IterableUtils#size. Update tests.
JavaDoc for FixedSizeList should warn that modifying underlying list is still allowed and is not prevented