aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 342e4dc..d6f9d06 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Package: libconfig9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: processing of structured configuration files
+Description: parsing and manipulation of structured configuration files
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant
systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on
@@ -24,7 +24,7 @@ Package: libconfig++9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: processing of structured configuration files (C++ binding)
+Description: parsing and manipulation of structured configuration files (C++ binding)
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant
systems such as Linux, Solaris, and Mac OS X (Darwin), as well as on