From 1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:26:18 +0200 Subject: Fix typos Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe Reviewed-on: https://gerrit.libreoffice.org/16713 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- .../openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmerge') diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java index 988909c51f79..992cb01fb276 100644 --- a/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java +++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java @@ -218,7 +218,7 @@ public final class DocumentSerializerImpl } /** - * This method performs the sxl transformation on the supplied + * This method performs the xsl transformation on the supplied * {@code Document} and returns a {@code DOMResult} object. * *

Xslt transformation code.

-- cgit