gplugin/gplugin

Not sure how i haven't found this typo before...
develop
2017-02-17, Gary Kramlich
402d4170b01c
Parents 0f69beeb72a0
Children 1a64e32a6a11
Not sure how i haven't found this typo before...
--- a/xsl/gtester-junit.xsl Mon Sep 26 17:37:37 2016 -0500
+++ b/xsl/gtester-junit.xsl Fri Feb 17 12:51:24 2017 -0600
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2011-2014 Gary Kramlich <grim@reaperworld.com>
+ Copyright (C) 2011-2017 Gary Kramlich <grim@reaperworld.com>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -36,7 +36,7 @@
<!-- match the gtester root tag -->
<xsl:template match="/gtester">
- <xsl:element name="testsuit">
+ <xsl:element name="testsuite">
<!-- add the number of tests as the test attribute -->
<xsl:attribute name="tests">
<xsl:value-of select="count(//testcase)"/>