aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-03-30 00:35:15 +0800
committerkwm <kwm@FreeBSD.org>2013-03-30 00:35:15 +0800
commitbab566f7a99862fb2463b61bb9f9e0e368520c79 (patch)
treeb03915e844134267b5a1b680822f62e320a66783
parent1c43cf4763a06f78a5a27faf46bb8bb34dc220a2 (diff)
downloadfreebsd-ports-gnome-bab566f7a99862fb2463b61bb9f9e0e368520c79.tar.gz
freebsd-ports-gnome-bab566f7a99862fb2463b61bb9f9e0e368520c79.tar.zst
freebsd-ports-gnome-bab566f7a99862fb2463b61bb9f9e0e368520c79.zip
Fix typo
PR: ports/177480 Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
-rw-r--r--textproc/libxml2/Makefile2
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>