Fix typo in con_parent_with_orientation description
This commit is contained in:
parent
6411130c85
commit
bfa76016de
|
@ -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.
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -403,7 +403,7 @@ 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.
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue