diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-29 16:35:15 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-29 16:35:15 +0000 |
commit | 11b42c36274067b5aefc0c07d924838f06f3cb40 (patch) | |
tree | b03915e844134267b5a1b680822f62e320a66783 /textproc/libxml2 | |
parent | 36153290d2426bf41444254207ec73fac9144f3a (diff) |
Fix typo
PR: ports/177480
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Notes
Notes:
svn path=/head/; revision=315548
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index ac16eb3ac07d..5660c6150239 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -43,7 +43,7 @@ SCHEMA_DESC= XML schema support THREADS_DESC= Threads support MEM_DEBUG_DESC= Memory debugging (DEVELOPERS ONLY!) XMLLINT_HIST_DESC= History for xmllint -THREAD_ALLOC_DESc= Per-thread memory (DEVELOPERS ONLY!) +THREAD_ALLOC_DESC= Per-thread memory (DEVELOPERS ONLY!) .include <bsd.port.options.mk> |