This commit is contained in:
mjames-upc 2015-09-10 11:17:29 -06:00
parent 0a6c7624c1
commit c3326fae0b

View file

@ -189,7 +189,7 @@ public class VCModuleJobPool {
} catch (JepException e) {
statusHandler.handle(
Priority.WARN,
"Could not instantiate VCMoudleController: "
"Could not instantiate VCModuleController: "
+ e.getLocalizedMessage(), e);
} finally {
if (python != null) {