Browse Source

Comment typo

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@10847 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 10 years ago
parent
commit
5a33c86e54
  1. 2
      prism/src/prism/NondetModelChecker.java

2
prism/src/prism/NondetModelChecker.java

@ -398,7 +398,7 @@ public class NondetModelChecker extends NonProbModelChecker
// Only handle a single disjunct for now
if (dnf.size() > 1) {
throw new PrismException("Multi-objective model checking of multiople disjuncts not yet supported");
throw new PrismException("Multi-objective model checking of multiple disjuncts not yet supported");
}
// Convert to multi(...)
ExpressionFunc exprMulti = new ExpressionFunc("multi");

Loading…
Cancel
Save