Fix typo in con_parent_with_orientation description

next
Vladimir Panteleev 2017-09-14 15:51:49 +00:00
parent 6411130c85
commit bfa76016de
No known key found for this signature in database
GPG Key ID: 5004F0FAD051576D
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.
*
*/

View File

@ -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.
*
*/