summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/Status.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/Status.java')
-rw-r--r--qadevOOo/runner/lib/Status.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java
index 0dc6f9e8bd64..e19f8bb39169 100644
--- a/qadevOOo/runner/lib/Status.java
+++ b/qadevOOo/runner/lib/Status.java
@@ -88,7 +88,7 @@ public class Status extends SimpleStatus {
/**
* This is a factory method for creating a Status representing that the
- * result of the activity was excluded. It alwas has FAILED state.
+ * result of the activity was excluded. It always has FAILED state.
*/
public static Status excluded() {
return new Status( EXCLUDED, false );