diff options
author | Ceri Davies <ceri@FreeBSD.org> | 2003-10-17 17:41:21 +0000 |
---|---|---|
committer | Ceri Davies <ceri@FreeBSD.org> | 2003-10-17 17:41:21 +0000 |
commit | 30ceea6a91623d9ef999f6cef4f5a448cd812874 (patch) | |
tree | f4d3051f014d604806b844e163f938a666ede935 | |
parent | add linkchecker 1.9.3 (diff) |
Correct a typo in an informational message. No functional change.
Notes
Notes:
svn path=/head/; revision=91519
-rw-r--r-- | textproc/xerces-c2-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c2/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c27/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile index 7aca8c3d0f59..eb196a1fa6c6 100644 --- a/textproc/xerces-c2-devel/Makefile +++ b/textproc/xerces-c2-devel/Makefile @@ -105,7 +105,7 @@ pre-everything:: @${ECHO} 'NOPORTDOCS do not copy documentation' @${ECHO} 'DEBUG include debugging information, do not strip' @${ECHO} '' - @${ECHO} 'Also you may set TRANSODER to the following values (without -D):' + @${ECHO} 'Also you may set TRANSCODER to the following values (without -D):' @${ECHO} '' @${ECHO} 'TRANSCODER=[icu|IconvFBSD|native] default: IconvFBSD' @${ECHO} '' diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index 7aca8c3d0f59..eb196a1fa6c6 100644 --- a/textproc/xerces-c2/Makefile +++ b/textproc/xerces-c2/Makefile @@ -105,7 +105,7 @@ pre-everything:: @${ECHO} 'NOPORTDOCS do not copy documentation' @${ECHO} 'DEBUG include debugging information, do not strip' @${ECHO} '' - @${ECHO} 'Also you may set TRANSODER to the following values (without -D):' + @${ECHO} 'Also you may set TRANSCODER to the following values (without -D):' @${ECHO} '' @${ECHO} 'TRANSCODER=[icu|IconvFBSD|native] default: IconvFBSD' @${ECHO} '' diff --git a/textproc/xerces-c27/Makefile b/textproc/xerces-c27/Makefile index 7aca8c3d0f59..eb196a1fa6c6 100644 --- a/textproc/xerces-c27/Makefile +++ b/textproc/xerces-c27/Makefile @@ -105,7 +105,7 @@ pre-everything:: @${ECHO} 'NOPORTDOCS do not copy documentation' @${ECHO} 'DEBUG include debugging information, do not strip' @${ECHO} '' - @${ECHO} 'Also you may set TRANSODER to the following values (without -D):' + @${ECHO} 'Also you may set TRANSCODER to the following values (without -D):' @${ECHO} '' @${ECHO} 'TRANSCODER=[icu|IconvFBSD|native] default: IconvFBSD' @${ECHO} '' |