aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2016-08-02 11:50:20 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2016-08-02 11:50:20 +0100
commit723cae73c5d36ecee43ca527fe4b8fb990272deb (patch)
tree8161fb9fa6a4af6c3893291793082e1625205607
parent254697bfff3183a86a69fd59e965a1094c851584 (diff)
Fix typo in dpdk-doc.README.Debian
Change-Id: I6776a67f94866057d02039fc659866e030119fea Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r--debian/changelog2
-rw-r--r--debian/dpdk-doc.README.Debian2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fc120c92..a92d4814 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ dpdk (16.07-1) UNRELEASED; urgency=medium
* Convert debian/rules to new style DH targets
* Add Recommends: python to dpdk-doc since it ships python scripts among the
examples, fixes Lintian warning about missing python dependencies
+ * Fix typo in dpdk-doc.README.Debian, fixes "W: dpdk-doc:
+ spelling-error-in-readme-debian to to (duplicate word) to"
-- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 29 Jul 2016 08:18:50 +0200
diff --git a/debian/dpdk-doc.README.Debian b/debian/dpdk-doc.README.Debian
index 669bf396..774a08cd 100644
--- a/debian/dpdk-doc.README.Debian
+++ b/debian/dpdk-doc.README.Debian
@@ -15,7 +15,7 @@ runtime.
Since DPDK technically would be able to use all of your compatible card/driver
combination it is required that you take care of blacklisting / whitelisting
-network cards to tell dpdk which it has to to initialize (especially true for
+network cards to tell dpdk which it has to initialize (especially true for
virtio-pci as the normal kernel driver is considered compatible).
If you are working with virtio-pci network cards it isn't a hard requirement to