Browse Source

Comment typos

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@9949 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 11 years ago
parent
commit
899806a26c
  1. 8
      prism/src/prism/Prism.java

8
prism/src/prism/Prism.java

@ -3542,8 +3542,8 @@ public class Prism extends PrismComponent implements PrismSettingsListener
}
/**
* Utility method to create and initialiser a (symbolic) model checker based on the current model.
* @param propertiesFile Optional properties file for extra info needed durinng model checking (can be null)
* Utility method to create and initialise a (symbolic) model checker based on the current model.
* @param propertiesFile Optional properties file for extra info needed during model checking (can be null)
*/
private ModelChecker createModelChecker(PropertiesFile propertiesFile) throws PrismException
{
@ -3556,8 +3556,8 @@ public class Prism extends PrismComponent implements PrismSettingsListener
}
/**
* Utility method to create and initialiser an (explicit) model checker based on the current model.
* @param propertiesFile Optional properties file for extra info needed durinng model checking (can be null)
* Utility method to create and initialise an (explicit) model checker based on the current model.
* @param propertiesFile Optional properties file for extra info needed during model checking (can be null)
*/
private explicit.StateModelChecker createModelCheckerExplicit(PropertiesFile propertiesFile) throws PrismException
{

Loading…
Cancel
Save