diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-01-26 00:25:25 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-01-26 00:25:25 +0000 |
commit | 650901dc50e394a3d7f53da0c3717ecbcb71c51a (patch) | |
tree | 789d0aa53e0f41be45069fe4f1bf0a290d69952c | |
parent | 26452e185d18e0cee09a36d32f403fdd13f39d79 (diff) | |
download | libconfig-650901dc50e394a3d7f53da0c3717ecbcb71c51a.tar.gz |
fix typo
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d6f9d06..230151f 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Package: libconfig++9 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: parsing and manipulation 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 |