summaryrefslogtreecommitdiff
path: root/devel/libite
diff options
context:
space:
mode:
authorwiz <wiz>2016-05-30 08:01:21 +0000
committerwiz <wiz>2016-05-30 08:01:21 +0000
commited1d398cf52c69267e6f08e19e385bd2123c979f (patch)
treecc3702335176d9591a54d2ad8b47429658b95f5e /devel/libite
parent291aff35ccf8338150b0c8ec8ec7092173a78e90 (diff)
downloadpkgsrc-ed1d398cf52c69267e6f08e19e385bd2123c979f.tar.gz
Fix typo.
Diffstat (limited to 'devel/libite')
-rw-r--r--devel/libite/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libite/DESCR b/devel/libite/DESCR
index 675af677101..bb9c14d43a1 100644
--- a/devel/libite/DESCR
+++ b/devel/libite/DESCR
@@ -5,6 +5,6 @@ the string functions: strlcpy(3), strlcat(3) and the highly useful
*BSD sys/queue.h and sys/tree.h API's.
Libite aims to fill in the gaps missing in GLIBC/EGLIBC. (It does
-not aimo to become another GLIB though.) One such gap in GLIBC is
+not aim to become another GLIB though.) One such gap in GLIBC is
the missing _SAFE macros in sys/queue.h - highly recommended when
traversing lists to delete/free nodes.