doc(awful: spawn): Correct a typo in spawn.lua, Fixes #2456 (#2458)

This commit is contained in:
tototest99 2018-11-02 15:19:31 +01:00 committed by Yauhen Kirylau
parent 2458f127f3
commit 38505a00a2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
-- A *process* has a *PID* (process identifier). It can have 0, 1 or many
-- *window*s.
--
-- A *command* if what is used to start *process*(es). It has no direct relation
-- A *command* is what is used to start *process*(es). It has no direct relation
-- with *process*, *client* or *window*. When a command is executed, it will
-- usually start a *process* which keeps running until it exits. This however is
-- not always the case as some applications use scripts as command and others