[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/examples
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 6 13:20:56 UTC 2018
odk/examples/DevelopersGuide/Components/Thumbs/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 455cea3a8dbd2b6f9177f20942a3d8325acbeefa
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Tue Nov 6 11:28:21 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Tue Nov 6 11:28:21 2018 +0000
Fixed typos, deleted whitespace
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
index fd0eb976f28c..f7f7c3f47721 100644
--- a/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
+++ b/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
@@ -19,7 +19,7 @@
#
#**************************************************************
-# Builds the Comonent Thumbs of the Developers Guide.
+# Builds the Component Thumbs of the Developers Guide.
PRJ=../../../..
SETTINGS=$(PRJ)/settings
@@ -42,13 +42,13 @@ include $(SETTINGS)/stdtarget.mk
.PHONY : $(SUBDIRS)
$(SUBDIRS) :
- $(MAKE) -C $@
+ $(MAKE) -C $@
org/openoffice/comp/test : org/openoffice/test
ComponentsThumbsExample : $(COMP_PACKAGE)
@echo --------------------------------------------------------------------------------
- @echo Please use one of the following command to execute the example!
+ @echo Please use one of the following commands to execute the example!
@echo -
@echo $(MAKE) $(APP1_NAME).run
@echo --------
More information about the Libreoffice-commits
mailing list