From fa9daa2852f612d65cb0624557bb490da5ec8e47 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 15 Jan 2014 19:56:40 +0200 Subject: [PATCH] src/ChangeLog: Fix typos. --- src/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 50aa25bd92a..6998df7b625 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8648,10 +8648,10 @@ 2013-03-28 Dmitry Antipov * window.h (struct window): Replace hchild, vchild and buffer slots - with the only contents slot. This is possible because each valid + with a single slot 'contents'. This is possible because each valid window may have either the child window (in vertical or horizontal combination) or buffer to display (for the leaf window). Using that, - a lof of operations to traverse and/or change window hierarchies may + a lot of operations to traverse and/or change window hierarchies may be simplified. New member horizontal is used to distinguish between horizontal and vertical combinations of internal windows. (WINDOW_LEAF_P, WINDOW_HORIZONTAL_COMBINATION_P) -- 2.39.2