Page 1 of 1

Typo in documentation

Posted: Sun Mar 01, 2009 11:49 pm
by iamwilhelm
http://love2d.org/docs/keyreleased.html

There's a mistake in the examples:

# -- Keyreleased: Called whenever a key was released.
# function mousereleased(key)
# -- I don't want to register spaces.
# if key ~= love.key_space then
# lastkey = key .. " released"
# end
# end

in example 53, it should say keyreleased(key)

Re: Typo in documentation

Posted: Mon Mar 02, 2009 4:20 am
by Xcmd
File a report with the tracker, please: http://love2d.org/forum/tracker.php

Re: Typo in documentation

Posted: Mon Mar 02, 2009 5:49 am
by osuf oboys
This issue is known but not fixed - might as well add it to the issue tracker ;)

Re: Typo in documentation

Posted: Tue Mar 03, 2009 3:23 pm
by Skofo
There are a lot of typos in the documentation. I spellchecked the first dozen or so pages or so but there were still ten dozen left so I just said 'screw it'.

Is there a script or something that can recursively spellcheck websites?