aboutsummaryrefslogtreecommitdiff
path: root/devel/clig/pkg-descr
diff options
context:
space:
mode:
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.