Skip to content

Commit 38708a0

Browse files
committed
Typo in maturity topics. Usefullness --> Usefulness
1 parent 421dcac commit 38708a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-yml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function build_table_tooltip($array, $headerWeight = 2)
108108
$html .= "<div><b>" . gettext("Opportunity") . ":</b> " . $array['measure'] . "</div>";
109109
$html .= "<hr />";
110110
$html .= "<h$headerWeight>Exploit details</h$headerWeight>";
111-
$html .= "<div><b>Usefullness:</b> " . ucfirst($mapUsefulness[$array['usefulness']-1]) . "</div>";
111+
$html .= "<div><b>Usefulness:</b> " . ucfirst($mapUsefulness[$array['usefulness']-1]) . "</div>";
112112
$html .= "<div><b>Required knowledge:</b> " . ucfirst($mapKnowLedge[$array['difficultyOfImplementation']['knowledge']-1]) . "</div>";
113113
$html .= "<div><b>Required time:</b> " . ucfirst($mapTime[$array['difficultyOfImplementation']['time']-1]) . "</div>";
114114
$html .= "<div><b>Required resources (systems):</b> " . ucfirst($mapResources[$array['difficultyOfImplementation']['resources']-1]) . "</div>";

0 commit comments

Comments
 (0)