aboutsummaryrefslogtreecommitdiff
path: root/devel/gflags
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/gflags
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/gflags')
-rw-r--r--devel/gflags/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gflags/pkg-descr b/devel/gflags/pkg-descr
index 48779c916f27..d421442eac49 100644
--- a/devel/gflags/pkg-descr
+++ b/devel/gflags/pkg-descr
@@ -1,7 +1,7 @@
google-gflags
Commandline flags module for C++
-The gflags package contains a library that implements commandline flags
+The gflags package contains a library that implements command line flags
processing. As such it's a replacement for getopt(). It has increased
flexibility, including built-in support for C++ types like string, and the
ability to define flags in the source file in which they're used.