aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-12-24 13:35:54 +0100
committerJiri Vanek <[email protected]>2012-12-24 13:35:54 +0100
commit2333cb9abb5c4b6d458db364d779d08d1645ec62 (patch)
tree15cfdfabac7b584bbbb176df76699b09d1492dfd /tests/report-styles
parent0fc2ebc795558f3a3c712c3e530962057a818339 (diff)
Fixed typo taget -> target
Diffstat (limited to 'tests/report-styles')
-rw-r--r--tests/report-styles/jreport.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/report-styles/jreport.xsl b/tests/report-styles/jreport.xsl
index 5cc3fa4..23fd5ee 100644
--- a/tests/report-styles/jreport.xsl
+++ b/tests/report-styles/jreport.xsl
@@ -271,7 +271,7 @@ If there is no need for linking, please use value "none" for this variable
</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 @@ If there is no need for linking, please use value "none" for this variable
</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>