diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-08 13:42:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-08 13:43:26 +0200 |
commit | ee3cea14c84442da93380941b1ec3a46e8003bca (patch) | |
tree | 4075ba97774836557920ffd02c1df793a6d89982 /qadevOOo | |
parent | c5debaa9c46c879f1deee088d12bf2c951296706 (diff) |
Typos: alwas -> always
Change-Id: Ibb064dd68dbee46e02b512a2a1a8dee34b0fd444
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/lib/Status.java | 2 |
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 ); |