From 7d071f35bee7bed82ac47429a594e76617518d20 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 22 Jul 2018 23:27:34 +0200 Subject: Fix typos Change-Id: Iebc31a53404da41f35eed7338662365d7efbd7a2 Reviewed-on: https://gerrit.libreoffice.org/57810 Tested-by: Jenkins Reviewed-by: Julien Nabet --- .../org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reportbuilder') diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java index 8c06ac021606..e285d8b18caf 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/ImageReadHandler.java @@ -116,9 +116,9 @@ public class ImageReadHandler extends ElementReadHandler @Override protected void doneParsing() throws SAXException { - // if we have static content (as well or only), that one goes into the + // if we have static content (as well as or only), that one goes into the // alternate-content attribute right now. It is part of the output target - // and style rules to deal with them properly .. + // and style rules to deal with them properly. if (xLinkReadHandler != null) { contentElement.setAttribute(OfficeNamespaces.OOREPORT_NS, -- cgit