File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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> " ;
You can’t perform that action at this time.
0 commit comments