Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/SimpleState.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/SimpleState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/SimpleState.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/SimpleState.java
index 18bf3766e..936ebf036 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/SimpleState.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/SimpleState.java
@@ -11,7 +11,7 @@ package org.eclipse.etrice.core.room;
* <!-- begin-model-doc -->
* <br>A simple state is the standard case of a @link State}.
* It comprises and <em>entry</em>, <em>exit</em> and <em>do</em> code
- * and it can contain another {@link StateGRaph} as sub state
+ * and it can contain another {@link StateGraph} as sub state
* graph.
*
* <!-- end-model-doc -->

Back to the top