]> git.sur5r.net Git - i3/i3/commitdiff
Fix typo in con_parent_with_orientation description
authorVladimir Panteleev <git@thecybershadow.net>
Thu, 14 Sep 2017 15:51:49 +0000 (15:51 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 19 Sep 2017 13:46:04 +0000 (15:46 +0200)
include/con.h
src/con.c

index 6a7e31bc44331c2d8ac9f7e305ab42187d49a40a..6cd1ef3e41eca1ad90c3af125ecae7fa10161675 100644 (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.
  *
  */
index 9797afa658a2b9cdc2cdd8e38b2f7958ac7088d1..04aacd32578ed554869acbf2b85aed52976b2f99 100644 (file)
--- 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.
  *
  */