diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-05 21:20:27 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-06 09:42:04 +0100 |
commit | 240e67e37e1aaf459315e31a298bfb434fc1da8c (patch) | |
tree | 152d1e24fda813f407dfe9b90e90ce99e598d320 /odk | |
parent | 3e38b81a65ced47595e9760bdc622d9434b72cc0 (diff) |
Fix typos
Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5
Reviewed-on: https://gerrit.libreoffice.org/50785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java index cc4d5c5eafc1..21dca2ec4c6e 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java @@ -456,7 +456,7 @@ public class AsciiReplaceFilter // copy current buffer to the document model. // Create a new paragraph for every line inside original file. - // May not all data could be readed - but that doesn't matter here. + // May not all data could be read - but that doesn't matter here. // Reason: somewhere cancelled this function. // But check for optional replace request before... int nStart = 0; |