client: fix typo
Signed-off-by: Maarten Maathuis <madman2003@gmail.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
bfcd5b14a2
commit
26cff63e42
2
client.c
2
client.c
|
@ -622,7 +622,7 @@ client_resize(client_t *c, area_t geometry, bool hints)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Set a clinet floating.
|
/** Set a client floating.
|
||||||
* \param c The client.
|
* \param c The client.
|
||||||
* \param floating Set floating, or not.
|
* \param floating Set floating, or not.
|
||||||
* \param layer Layer to put the floating window onto.
|
* \param layer Layer to put the floating window onto.
|
||||||
|
|
Loading…
Reference in New Issue