diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:58:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-18 21:59:02 +0100 |
commit | 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed (patch) | |
tree | fbc5a414ea499193b14a1c51a6a4bbd078bedbad /reportbuilder/java | |
parent | a9924d94e7db6db50b8b36a311f7d7abf80e4700 (diff) |
Typos
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
Diffstat (limited to 'reportbuilder/java')
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/InputRepository.java | 2 | ||||
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/OutputRepository.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/InputRepository.java b/reportbuilder/java/org/libreoffice/report/InputRepository.java index 858210694bbe..0d89b2d7d8f5 100644 --- a/reportbuilder/java/org/libreoffice/report/InputRepository.java +++ b/reportbuilder/java/org/libreoffice/report/InputRepository.java @@ -45,7 +45,7 @@ public interface InputRepository InputStream createInputStream(final String name) throws IOException; - /** allows to acces sub repositories inside this repository + /** allows to access sub repositories inside this repository * * @param name describes the path to the sub repository * @return the sub repository diff --git a/reportbuilder/java/org/libreoffice/report/OutputRepository.java b/reportbuilder/java/org/libreoffice/report/OutputRepository.java index b7be98d4dd8a..62c1243f7bd7 100644 --- a/reportbuilder/java/org/libreoffice/report/OutputRepository.java +++ b/reportbuilder/java/org/libreoffice/report/OutputRepository.java @@ -42,7 +42,7 @@ public interface OutputRepository */ OutputStream createOutputStream(final String name, final String mimeType) throws IOException; - /** allows to acces sub repositories inside this repository + /** allows to access sub repositories inside this repository * * @param name describes the path to the sub repository * @param mimeType |