diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:39:07 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:54 +0200 |
commit | 8d202fa72f024529092b24197f9b5d28d4c1f6d1 (patch) | |
tree | ef784961a076b39f7614b86ded60eb0eb9ae4a98 /qadevOOo/runner/org/openoffice | |
parent | 5833de5cd7ff708978df5e694090e2b13229c989 (diff) |
typo: paramter -> parameter
Diffstat (limited to 'qadevOOo/runner/org/openoffice')
-rw-r--r-- | qadevOOo/runner/org/openoffice/Runner.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/org/openoffice/Runner.java b/qadevOOo/runner/org/openoffice/Runner.java index 7ee8404f2355..6aecdf59d11d 100644 --- a/qadevOOo/runner/org/openoffice/Runner.java +++ b/qadevOOo/runner/org/openoffice/Runner.java @@ -218,7 +218,7 @@ public class Runner { System.out.println("=========================================================================="); System.out.println("No TestJob given, please make sure that you "); - System.out.println("a.) called the OOoRunner with the paramter -o <job> or -sce <scenarioFile>"); + System.out.println("a.) called the OOoRunner with the parameter -o <job> or -sce <scenarioFile>"); System.out.println("or"); System.out.println("b.) have an entry called TestJob in your used properties file"); System.out.println("=========================================================================="); |