diff options
author | Jiri Vanek <[email protected]> | 2012-12-24 13:35:54 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-12-24 13:35:54 +0100 |
commit | 2333cb9abb5c4b6d458db364d779d08d1645ec62 (patch) | |
tree | 15cfdfabac7b584bbbb176df76699b09d1492dfd /tests/junit-runner | |
parent | 0fc2ebc795558f3a3c712c3e530962057a818339 (diff) |
Fixed typo taget -> target
Diffstat (limited to 'tests/junit-runner')
-rw-r--r-- | tests/junit-runner/LessVerboseTextListener.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit-runner/LessVerboseTextListener.java b/tests/junit-runner/LessVerboseTextListener.java index 8b2ccce..e660157 100644 --- a/tests/junit-runner/LessVerboseTextListener.java +++ b/tests/junit-runner/LessVerboseTextListener.java @@ -136,7 +136,7 @@ public class LessVerboseTextListener extends RunListener { try { Remote rem = getRemote(description); if (rem != null) { - writer.println(" - This test is running remote content, note that failures may be caused by broken taget application or connection"); + writer.println(" - This test is running remote content, note that failures may be caused by broken target application or connection"); } } catch (Exception ex) { ex.printStackTrace(); |