Fix typo in con_parent_with_orientation description

This commit is contained in:
Vladimir Panteleev
2017-09-14 15:51:49 +00:00
parent 6411130c85
commit bfa76016de
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ Con *con_get_output(Con *con);
Con *con_get_workspace(Con *con);
/**
* Searches parenst of the given 'con' until it reaches one with the specified
* Searches parents of the given 'con' until it reaches one with the specified
* 'orientation'. Aborts when it comes across a floating_con.
*
*/