diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-30 00:35:15 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-30 00:35:15 +0800 |
commit | bab566f7a99862fb2463b61bb9f9e0e368520c79 (patch) | |
tree | b03915e844134267b5a1b680822f62e320a66783 | |
parent | 1c43cf4763a06f78a5a27faf46bb8bb34dc220a2 (diff) | |
download | freebsd-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/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> |