Fix a typo.

svn path=/trunk/; revision=38842
This commit is contained in:
Bill Meier 2011-09-01 14:30:42 +00:00
parent 5262c3f4b0
commit 663272e58e
1 changed files with 1 additions and 1 deletions

View File

@ -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