From a95d56bc202fe8ad6466ea0589e5546606a88a0b Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Mon, 8 Jun 2015 14:33:16 +0000 Subject: [PATCH] Comment typo git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@9953 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/src/explicit/ModelExplicit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prism/src/explicit/ModelExplicit.java b/prism/src/explicit/ModelExplicit.java index 35cf5ee1..fe923ebd 100644 --- a/prism/src/explicit/ModelExplicit.java +++ b/prism/src/explicit/ModelExplicit.java @@ -168,7 +168,7 @@ public abstract class ModelExplicit implements Model * Adds a label and the set the states that satisfy it. * Any existing label with the same name is overwritten. * @param name The name of the label - * @param states The states that satisyy the label + * @param states The states that satisfy the label */ public void addLabel(String name, BitSet states) {