aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Eaton <agnosticdev@gmail.com>2018-09-11 05:08:02 -0500
committerDenis Ovsienko <denis@ovsienko.info>2018-09-11 13:00:41 +0100
commit5a3f2a9ec54a06ac925cf7f394038ac1212d9e56 (patch)
tree6f0a452029a3cbe1147fc02435585aa38b9ddaaf /doc
parentea4fb6ebfec645988eedb707411e84bb2646d326 (diff)
Update README.dag
Fixed a few minor typos while reading through the DAG documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dag4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.dag b/doc/README.dag
index accae7c3..7ea25040 100644
--- a/doc/README.dag
+++ b/doc/README.dag
@@ -5,7 +5,7 @@ Endace (http://www.endace.com, see below for further contact details).
1) Install and build the DAG software distribution by following the
instructions supplied with that package. Current Endace customers can download
-the DAG software distibution from https://www.endace.com
+the DAG software distribution from https://www.endace.com
2) Configure libcap. To allow the 'configure' script to locate the DAG
software distribution use the '--with-dag' option:
@@ -88,7 +88,7 @@ as separate interfaces, e.g. dag0:0, dag0:2, dag0:4 etc. dag0:0 is the same
as dag0. These are visible via pcap_findalldevs().
libpcap now does NOT set the card's hardware snaplen (slen). This must now be
-set using the appropriate DAG coniguration program, e.g. dagthree, dagfour,
+set using the appropriate DAG configuration program, e.g. dagthree, dagfour,
dagsix, dagconfig. This is because the snaplen is currently shared between
all of the streams. In future this may change if per-stream slen is
implemented.