List of MOD file types (from MOD source)
This commit is contained in:
@@ -20,7 +20,7 @@ static int ToOsSignalType(SignalHandler::SignalType signalType)
|
||||
case SignalHandler::Hangup: result = SIGHUP; break;
|
||||
|
||||
default:
|
||||
throw std::runtime_error("INvalid signal type");
|
||||
throw std::runtime_error("Invalid signal type");
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user