diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt
index 8be2087eb..4bde3cbb9 100644
--- a/docs/changelog/7.x.x.txt
+++ b/docs/changelog/7.x.x.txt
@@ -1,6 +1,8 @@
7.7.1
- rfe #9353: Welcome message template
- rfe #10007: New Month and Year question type. If required, Month must be selected and a 4 digit year must be entered.
+ - fixed #10011: Wrong spelling of "Descendant" in Navigation Asset Help function ()
+
7.7.0
- fixed #9913: New Content Side Bar missing in Asset window
- fixed: New Mail macro never returns any messages
diff --git a/lib/WebGUI/Help/Asset_Navigation.pm b/lib/WebGUI/Help/Asset_Navigation.pm
index 39c764faa..3dac4e2bf 100644
--- a/lib/WebGUI/Help/Asset_Navigation.pm
+++ b/lib/WebGUI/Help/Asset_Navigation.pm
@@ -53,7 +53,7 @@ our $HELP = {
{ 'name' => 'page.isChild' },
{ 'name' => 'page.isParent' },
{ 'name' => 'page.isCurrent' },
- { 'name' => 'page.isDescendent' },
+ { 'name' => 'page.isDescendant' },
{ 'name' => 'page.isAncestor' },
{ 'name' => 'page.inBranchRoot' },
{ 'name' => 'page.isSibling' },
diff --git a/lib/WebGUI/i18n/English/Asset_Navigation.pm b/lib/WebGUI/i18n/English/Asset_Navigation.pm
index 2dae4d4f6..00866ad42 100644
--- a/lib/WebGUI/i18n/English/Asset_Navigation.pm
+++ b/lib/WebGUI/i18n/English/Asset_Navigation.pm
@@ -136,10 +136,10 @@ all of the classes of pages that should be included: