summaryrefslogtreecommitdiff
path: root/devel/libite
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-05-30 08:01:21 +0000
committerwiz <wiz@pkgsrc.org>2016-05-30 08:01:21 +0000
commit5dff70776253298f966c3e93c39e46232f76ca53 (patch)
tree182e9618e83ac85daca4ec62fc4a7a84d3eec61d /devel/libite
parent30a0b75e08a3c85281de908cfd087f0523edb285 (diff)
downloadpkgsrc-5dff70776253298f966c3e93c39e46232f76ca53.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.