/hg/icedtea-web: Fixed typo taget -> target

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Mon Dec 24 04:34:20 PST 2012


changeset 9793efa80617 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=9793efa80617
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Dec 24 13:35:54 2012 +0100

	Fixed typo taget -> target


diffstat:

 tests/junit-runner/LessVerboseTextListener.java |  2 +-
 tests/report-styles/jreport.xsl                 |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r b9733f552c79 -r 9793efa80617 tests/junit-runner/LessVerboseTextListener.java
--- a/tests/junit-runner/LessVerboseTextListener.java	Fri Dec 21 15:21:42 2012 -0500
+++ b/tests/junit-runner/LessVerboseTextListener.java	Mon Dec 24 13:35:54 2012 +0100
@@ -136,7 +136,7 @@
         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();
diff -r b9733f552c79 -r 9793efa80617 tests/report-styles/jreport.xsl
--- a/tests/report-styles/jreport.xsl	Fri Dec 21 15:21:42 2012 -0500
+++ b/tests/report-styles/jreport.xsl	Mon Dec 24 13:35:54 2012 +0100
@@ -271,7 +271,7 @@
           </xsl:choose>
           <xsl:choose>
            <xsl:when test="@remote">
-             <i><xsl:text> - This test is running remote content, note that failures may be caused by broken taget application or connection</xsl:text></i>
+             <i><xsl:text> - This test is running remote content, note that failures may be caused by broken target application or connection</xsl:text></i>
            </xsl:when>
          </xsl:choose>
          </div>
@@ -286,7 +286,7 @@
          </xsl:choose>
          <xsl:choose>
            <xsl:when test="@remote">
-             <i><xsl:text> - This test is running remote content, note that failures may be caused by broken taget application or connection</xsl:text></i>
+             <i><xsl:text> - This test is running remote content, note that failures may be caused by broken target application or connection</xsl:text></i>
            </xsl:when>
          </xsl:choose>
          </div>



More information about the distro-pkg-dev mailing list