summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index badcef1..c0f4545 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: fast-cpp-csv-parser
Section: libdevel
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: https://github.com/ben-strasser/fast-cpp-csv-parser
Vcs-Git: git://anonscm.debian.org/collab-maint/fast-cpp-csv-parser.git
@@ -12,7 +12,7 @@ Package: libfccp-dev
Architecture: all
Depends: ${misc:Depends}
Description: Fast C++ CSV Parser
- fast-cpp-cvs-praser is a small, easy-to-use and fast header-only
+ fast-cpp-cvs-parser is a small, easy-to-use and fast header-only
library for reading comma separated value (CSV) files. The library
is completely contained inside a single header file. The library
can used with a standard conformant C++11 compiler.