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/report-styles | |
parent | 0fc2ebc795558f3a3c712c3e530962057a818339 (diff) |
Fixed typo taget -> target
Diffstat (limited to 'tests/report-styles')
-rw-r--r-- | tests/report-styles/jreport.xsl | 4 |
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> |