diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:45:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:59 +0200 |
commit | b1b05309835474f025dc647eeba6945030e30b55 (patch) | |
tree | 2c81227087ed0fc921bc809fbe918d5bf607b99f /reportbuilder | |
parent | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (diff) |
typo: independend -> independent
Diffstat (limited to 'reportbuilder')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java index fd7114aa4bdb..c1c6c235483f 100644 --- a/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java +++ b/reportbuilder/java/org/libreoffice/report/pentaho/StarReportDataFactory.java @@ -91,7 +91,7 @@ public class StarReportDataFactory implements ReportDataFactory, Cloneable } /** - * Derives a freshly initialized report data factory, which is independend of + * Derives a freshly initialized report data factory, which is independent of * the original data factory. Opening or Closing one data factory must not * affect the other factories. * |