awful.util: fix typo in spawn description
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
c89bec9ff9
commit
d61ca1b4f8
|
@ -66,7 +66,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)
|
||||
|
|
Loading…
Reference in New Issue