diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3997c3c7f..c0dc3def3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,6 +21,9 @@
+
+ Website spelling error: MultiValuedMapeList.
+
Add null-safe MapUtils.size(Map<?, ?>) method.
diff --git a/src/site/xdoc/history.xml b/src/site/xdoc/history.xml
index 30e90de08..bb1becc77 100644
--- a/src/site/xdoc/history.xml
+++ b/src/site/xdoc/history.xml
@@ -125,7 +125,7 @@ an implementation of a Patricia Trie.
Collections 4.1 fixed some bugs in v4.0 and adds a few new enhancements.
The most notable changes are new interfaces MultiSet (a replacement for the Bag
interface which is fully compliant to the general Collection contract) and
-MultiValuedMapeList (a replacement for the MultiMap interface) as well as fluent
+MultiValuedMapList (a replacement for the MultiMap interface) as well as fluent
API for Iterable instances (FluentIterable).