summaryrefslogtreecommitdiff
path: root/docbook/wsluarm.xml
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-09-01 04:35:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-09-01 04:35:57 +0000
commitb2633b05d8e4f70c1375d17aea3b735707898f27 (patch)
treeee32b38f13fb3711f4160d4d6bb181330c18cece /docbook/wsluarm.xml
parentf16a746c63131aece9cffd2656dedbab2ae6875e (diff)
downloadwireshark-b2633b05d8e4f70c1375d17aea3b735707898f27.tar.gz
From John Bradshaw:
Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834
Diffstat (limited to 'docbook/wsluarm.xml')
-rw-r--r--docbook/wsluarm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsluarm.xml b/docbook/wsluarm.xml
index 790aa4406d..2c33d5a7d1 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 indifinitelly
+ -- this way we remove the listener than otherwise will remain running indefinitely
tap:remove();
end