You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/01/29 06:04:39 UTC

[xalan-test] branch master updated: minor improvements to the code, comments

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-test.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b926f02 minor improvements to the code, comments
7b926f02 is described below

commit 7b926f02d0b1fab57e556f47ced2b63aaef4b0ef
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Jan 29 11:34:24 2023 +0530

    minor improvements to the code, comments
---
 java/src/org/apache/qetest/xsl/XsltcTestsTask.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/src/org/apache/qetest/xsl/XsltcTestsTask.java b/java/src/org/apache/qetest/xsl/XsltcTestsTask.java
index 0580958e..51b7feb4 100644
--- a/java/src/org/apache/qetest/xsl/XsltcTestsTask.java
+++ b/java/src/org/apache/qetest/xsl/XsltcTestsTask.java
@@ -196,7 +196,7 @@ public class XsltcTestsTask extends Task {
     }
 
     /*
-       Given XSLTC overall test results, produced by this class (avilable as Map object),
+       Given XSLTC overall test results, produced by this class (available as Map object),
        this method serializes those results to an XML document.
     */
     private void serializeTestResultsToXmlDocument(Map testResultsMap) 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org