diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 16:57:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 20:27:30 +0200 |
commit | ad7b757a25d90e995606947ee639d5b620c267a2 (patch) | |
tree | de1a80f3bf6db7378f9853ba86f2d2b1047a96ed /qadevOOo | |
parent | 6489f97fc428446c53c17f885963776cdcc21490 (diff) |
'ist' -> 'is' here and there.
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/ProcessHandler.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/utils.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index 7e7b7c7c1fb5..c70dd1d3be19 100644 --- a/qadevOOo/runner/helper/ProcessHandler.java +++ b/qadevOOo/runner/helper/ProcessHandler.java @@ -420,7 +420,7 @@ public class ProcessHandler if (!this.isFinished()) { - dbg("runCommand Process ist not finished but there are no changes in output stream."); + dbg("runCommand Process is not finished but there are no changes in output stream."); this.kill(); } } diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index c91b42bc068e..46a359d03012 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -862,7 +862,7 @@ public class utils { } /** - * String.replaceAll() ist available since Java 1.4 but the runner must be buldabale with Java 1.3 + * String.replaceAll() is available since Java 1.4 but the runner must be buldabale with Java 1.3 * @param originalString * @param searchString * @param replaceString |