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