summaryrefslogtreecommitdiff
path: root/docbook/wsluarm.xml
diff options
context:
space:
mode:
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