+2001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * window.c (grow_mini_window): Fix typo in comment.
+
2001-11-01 Gerd Moellmann <gerd@gnu.org>
* xterm.c (x_scroll_bar_create): Check for width and height > 0.
{
int min_height = window_min_size (root, 0, 0, 0);
if (XFASTINT (root->height) - delta < min_height)
- /* Note that the roor window may already be smaller than
+ /* Note that the root window may already be smaller than
min_height. */
delta = max (0, XFASTINT (root->height) - min_height);
}