diff --git a/cake/libs/view/helpers/html.php b/cake/libs/view/helpers/html.php
index 3dedaccbc..dee7cc309 100644
--- a/cake/libs/view/helpers/html.php
+++ b/cake/libs/view/helpers/html.php
@@ -806,7 +806,7 @@ class HtmlHelper extends AppHelper {
/**
* Internal function to build a nested list (UL/OL) out of an associative array.
*
- * @param array $list Set of elements to list
+ * @param array $items Set of elements to list
* @param array $options Additional HTML attributes of the list (ol/ul) tag
* @param array $itemOptions Additional HTML attributes of the list item (LI) tag
* @param string $tag Type of list tag to use (ol/ul)