summaryrefslogtreecommitdiff
path: root/system/doc/top/src/erl_html_tools.erl
diff options
context:
space:
mode:
Diffstat (limited to 'system/doc/top/src/erl_html_tools.erl')
-rw-r--r--system/doc/top/src/erl_html_tools.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/top/src/erl_html_tools.erl b/system/doc/top/src/erl_html_tools.erl
index 5942861f0f..d609f35380 100644
--- a/system/doc/top/src/erl_html_tools.erl
+++ b/system/doc/top/src/erl_html_tools.erl
@@ -261,7 +261,7 @@ find_application_infos([{App, Vsn, AppPath, IndexURL} | Paths]) ->
case lists:keysearch("group", 1, Db) of
{value, {_, G0}} ->
% This value may be in two parts,
- % tag and desciption
+ % tag and description
case string:str(G0, " ") of
0 ->
{list_to_atom(G0), ""};