You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/11/06 11:28:22 UTC

svn commit: r1845895 - /openoffice/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/Makefile

Author: mseidel
Date: Tue Nov  6 11:28:21 2018
New Revision: 1845895

URL: http://svn.apache.org/viewvc?rev=1845895&view=rev
Log:
Fixed typos, deleted whitespace

Modified:
    openoffice/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/Makefile

Modified: openoffice/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/Makefile
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/Makefile?rev=1845895&r1=1845894&r2=1845895&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/Makefile (original)
+++ openoffice/trunk/main/odk/examples/DevelopersGuide/Components/Thumbs/Makefile Tue Nov  6 11:28:21 2018
@@ -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 --------