aboutsummaryrefslogtreecommitdiff
path: root/devel/clig/pkg-descr
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/clig/pkg-descr
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Notes
Diffstat (limited to 'devel/clig/pkg-descr')
-rw-r--r--devel/clig/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/clig/pkg-descr b/devel/clig/pkg-descr
index c44fe07c921e..92e1b4337723 100644
--- a/devel/clig/pkg-descr
+++ b/devel/clig/pkg-descr
@@ -1,7 +1,7 @@
Clig generates C code to take apart the typical command-line arguments
given to a C program. Input to clig is a simple description file that
specifies the name and number of options, their type (Flag, String,
-Float, Int) and permissable range, and which options are mandatory. From
+Float, Int) and permissible range, and which options are mandatory. From
this, clig will generate self-contained C code to include in your program,
a usage message, and a manual page skeleton.