Fix typo in con_parent_with_orientation description

This commit is contained in:
Vladimir Panteleev 2017-09-14 15:51:49 +00:00 committed by Michael Stapelberg
parent b421799d9c
commit 8e520deb89
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.
*
*/