From bfa76016de6f473f86adab0805407b625950e6a1 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Thu, 14 Sep 2017 15:51:49 +0000 Subject: [PATCH] Fix typo in con_parent_with_orientation description --- include/con.h | 2 +- src/con.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/con.h b/include/con.h index 6a7e31bc..6cd1ef3e 100644 --- a/include/con.h +++ b/include/con.h @@ -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. * */ diff --git a/src/con.c b/src/con.c index 9797afa6..04aacd32 100644 --- a/src/con.c +++ b/src/con.c @@ -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. * */ -- 2.39.2