summaryrefslogtreecommitdiff
path: root/doc/README.capture
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-08-27 11:46:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-08-27 11:46:02 +0000
commit11c289ecc31f465d18a86907860ebfdf361648ab (patch)
tree3e8b38a85790d17fa08a1ea7a409992d915ba00d /doc/README.capture
parent36d80b8c8b07a800e831e8b1cc7be7b863845fb6 (diff)
downloadwireshark-11c289ecc31f465d18a86907860ebfdf361648ab.tar.gz
fix #1063, some leftover typo's: Etheral -> Wireshark
svn path=/trunk/; revision=19053
Diffstat (limited to 'doc/README.capture')
-rw-r--r--doc/README.capture2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.capture b/doc/README.capture
index 855a642cc4..ecde56ca8a 100644
--- a/doc/README.capture
+++ b/doc/README.capture
@@ -38,7 +38,7 @@ conditions.h
Capture driver
--------------
-Etheral doesn't have direct access to the capture hardware. Instead of this,
+Wireshark doesn't have direct access to the capture hardware. Instead of this,
it uses the Libpcap/Winpcap library to capture data from network cards.
On Win32, in capture-wpcap.c the function g_module_open("wpcap") is called