From f1a73892b3c4d2218a4b2941f6fc45d892f66d39 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 25 Feb 2014 22:04:17 +0100 Subject: Typo: apropriate -> appropriate Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6 --- .../libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportbuilder') diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java index 4e731466c49e..d1c5b41aa122 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java @@ -504,7 +504,7 @@ public abstract class OfficeDocumentReportTarget extends AbstractReportTarget } /** - * Starts the processing of an element and updates the processing state. This will select an apropriate handler method + * Starts the processing of an element and updates the processing state. This will select an appropriate handler method * for the call and will call one of the start* methods. * * @param roAttrs the attribute map for the current element -- cgit