awful.util: fix typo in spawn description

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-06-22 17:45:20 +02:00
parent 39efa6eb18
commit a4209dc159
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ end
--- Spawn a program.
-- @param cmd The command.
-- @paran sn Enable startup-notification.
-- @param sn Enable startup-notification.
-- @param screen The screen where to spawn window.
-- @return The awesome.spawn return value.
function spawn(cmd, sn, screen)