aboutsummaryrefslogtreecommitdiff
path: root/devel/zthread
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/zthread
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Large round of typo fixes in ports/devel (pkg-descr).
Notes
Notes: svn path=/head/; revision=214100
Diffstat (limited to 'devel/zthread')
-rw-r--r--devel/zthread/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/zthread/pkg-descr b/devel/zthread/pkg-descr
index 44509a01ab50..931705a7ad3e 100644
--- a/devel/zthread/pkg-descr
+++ b/devel/zthread/pkg-descr
@@ -7,7 +7,7 @@ Paraphrasing the website:
ZThread features interruptible Thread and Runnable objects for C++, control
objects and implementations of concurrency design patterns. This includes
- semaphores, mutexes, condition variabes as well as other more complex
+ semaphores, mutexes, condition variables as well as other more complex
components.
ZThread implementations are provided for POSIX and Win32 platforms.