[publican-list] [PATCH] Correct "seperate" misspellings in make/Makefile.common

Robert P. J. Day rpjday at crashcourse.ca
Fri Jul 10 14:17:43 UTC 2009


Correct misspellings of "seperate" to "separate" strictly in
Makefile.common.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  is this the proper format for submitted patches?  i'm working off
the format i use for kernel patches.

Index: trunk/publican/make/Makefile.common
===================================================================
--- trunk/publican/make/Makefile.common	(revision 736)
+++ trunk/publican/make/Makefile.common	(working copy)
@@ -62,7 +62,7 @@

 COMMON_CONTENT	= $(COMMON_CONFIG)/Common_Content

-# a comma seperated list of other languages
+# a comma separated list of other languages
 ifdef OTHER_LANGS
 OTHER_LANGS_C	= $(shell echo $(OTHER_LANGS) | sed -e 's/ /,/g')
 endif
@@ -496,14 +496,14 @@
 	@echo
 	@echo "DOC_URL: URL for top right link in html. Currently: $(DOC_URL)"
 	@echo
-	@echo "DT_OBSOLETES: A comma seperated list of desk top packages the package should obsolete. Currently: $(DT_OBSOLETES)"
+	@echo "DT_OBSOLETES: A comma separated list of desk top packages the package should obsolete. Currently: $(DT_OBSOLETES)"
 	@echo
 	@echo "GENERATE_SECTION_TOC_LEVEL: Include a TOC at the given section level. Currently: $(GENERATE_SECTION_TOC_LEVEL)"
 	@echo
 	@echo "IGNORED_TRANSLATIONS: When building replace any languages in this list with the source langauge text"
 	@echo "	This allows you to work on translations without shipping incomplete translations. Currently: $(IGNORED_TRANSLATIONS)"
 	@echo
-	@echo "OTHER_LANGS:  space seperated list of language locales. Currently: $(OTHER_LANGS)"
+	@echo "OTHER_LANGS:  space separated list of language locales. Currently: $(OTHER_LANGS)"
 	@echo
 	@echo "PRODUCT: Product this book is associated with. Currently: $(PRODUCT)"
 	@echo "	When this book is published it will be nested in a directory named after the product"
@@ -518,7 +518,7 @@
 	@echo
 	@echo "WEB_BREW_DIST: brew tag to use for web rpms. Currently: $(WEB_BREW_DIST)"
 	@echo
-	@echo "WEB_OBSOLETES: A comma seperated list of web site packages the web package should obsolete. Currently: $(WEB_OBSOLETES)"
+	@echo "WEB_OBSOLETES: A comma separated list of web site packages the web package should obsolete. Currently: $(WEB_OBSOLETES)"
 	@echo
 	@echo "XML_DESKTOP: Use XML for the desktop package instead of the default html-single. Currently: $(XML_DESKTOP)"
 	@echo
@@ -541,11 +541,11 @@
 	@echo
 	@echo "EXTRA_DIRS: Helps handle nested directories."
 	@echo
-	@echo "EXTRA_DIRS_C: Comma seperated list of EXTRA_DIRS."
+	@echo "EXTRA_DIRS_C: Comma separated list of EXTRA_DIRS."
 	@echo
 	@echo "FORMATS: Output formats currently supported. Currently: $(FORMATS)."
 	@echo
-	@echo "OTHER_LANGS_C: Comma seperated list of non-source languages."
+	@echo "OTHER_LANGS_C: Comma separated list of non-source languages."
 	@echo
 	@echo "PWD: present working directory."
 	@echo

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
"Kernel Newbie Corner" column @ linux.com:          http://cli.gs/WG6WYX
========================================================================




More information about the publican-list mailing list