summaryrefslogtreecommitdiffstats
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-24 22:54:11 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-12-05 08:19:26 -0500
commitd87778376321abac9de5ad4bc79bf2b35c679738 (patch)
tree016de41136aa66f36acc980bcb2cd2e393d02048 /odk
parentTranslate German comments/debug strings (leftovers in dirs vbahelper and vcl) (diff)
downloadcore-d87778376321abac9de5ad4bc79bf2b35c679738.tar.gz
core-d87778376321abac9de5ad4bc79bf2b35c679738.zip
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit e44c188a7353cc183fac8ece0cbf3611d842835e) Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/45454 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 50e37a41acae8597fdb097715f8b76b16bce9f31)
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/DocumentHandling/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/DocumentHandling/Makefile b/odk/examples/java/DocumentHandling/Makefile
index 08e8f0f79ee8..d8eff760d450 100644
--- a/odk/examples/java/DocumentHandling/Makefile
+++ b/odk/examples/java/DocumentHandling/Makefile
@@ -91,7 +91,7 @@ $(APP4_JAR) : $(SAMPLE_CLASS_OUT)/$(APP4_NAME).mf $(SAMPLE_CLASS_OUT)/$(APP4_NAM
$(SAMPLE_NAME) : $(APP1_JAR) $(APP2_JAR) $(APP3_JAR) $(APP4_JAR)
@echo --------------------------------------------------------------------------------
@echo The $(APP1_NAME) search the "$(QM)./test$(QM)" directory for documents, convert
- @echo them using using the "$(QM)MS Word 97$(QM)" filter and the extension "$(QM).doc$(QM)".
+ @echo them using the "$(QM)MS Word 97$(QM)" filter and the extension "$(QM).doc$(QM)".
@echo The converted files are store in "$(QM)$(SAMPLE_GEN_OUT)/converted_files$(QM)".
@echo The list of possible filter names can change. Normally an updated list can be found
@echo on "$(QM)http://www.openoffice.org/files/documents/25/111/filter_description.html$(QM)".