summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-09-01 14:30:42 +0000
committerBill Meier <wmeier@newsguy.com>2011-09-01 14:30:42 +0000
commit663272e58e2e9d23ef50a75f9992242b6ac77ea2 (patch)
tree80f9b64bfab6119ba30beff84109e6d1127b893e /docbook
parent5262c3f4b040fe69320ba11f16b7f48c7a2cf2f9 (diff)
downloadwireshark-663272e58e2e9d23ef50a75f9992242b6ac77ea2.tar.gz
Fix a typo.
svn path=/trunk/; revision=38842
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsluarm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsluarm.xml b/docbook/wsluarm.xml
index 2c33d5a7d1..906051932b 100644
--- a/docbook/wsluarm.xml
+++ b/docbook/wsluarm.xml
@@ -124,7 +124,7 @@ do
local tap = Listener.new();
function remove()
- -- this way we remove the listener than otherwise will remain running indefinitely
+ -- this way we remove the listener that otherwise will remain running indefinitely
tap:remove();
end