Replace errant '.' with ','

bug/bundler_fix
Pearce Barry 2017-03-20 16:33:48 -05:00
parent 2acd941b16
commit 321988c282
1 changed files with 1 additions and 1 deletions

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",