diff options
author | ceri <ceri@FreeBSD.org> | 2003-10-17 17:41:21 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2003-10-17 17:41:21 +0000 |
commit | fd22ed6111a819f3398e0786e629f6b6a491d205 (patch) | |
tree | 546e82655b0e8d62109c7b1fca63a88b8ad902eb /textproc/xerces-c2/Makefile | |
parent | c9b8ce2c139b6c079cbd11c54d27575647e50dba (diff) | |
download | FreeBSD-ports-fd22ed6111a819f3398e0786e629f6b6a491d205.zip FreeBSD-ports-fd22ed6111a819f3398e0786e629f6b6a491d205.tar.gz |
Correct a typo in an informational message. No functional change.
Diffstat (limited to 'textproc/xerces-c2/Makefile')
-rw-r--r-- | textproc/xerces-c2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index 7aca8c3..eb196a1 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} '' |