1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Replace errant '.' with ','

This commit is contained in:
Pearce Barry 2017-03-20 16:33:48 -05:00
parent 2acd941b16
commit 321988c282

View File

@ -101,7 +101,7 @@ ERR_DESC = {
"SFNSIAS" => "Sub-Function Not Supoorted In Active Session",
"SNSIAS" => "Service Not Supported In Active Session",
"RTH" => "RPM Too High",
"RTL" => "RPM Too Low".
"RTL" => "RPM Too Low",
"EIR" => "Engine is Running",
"EINR" => "Engine is not Running",
"ERTTL" => "Engine Run Time Too Low",