# HG changeset patch # User Juanma Barranquero # Date 1119353387 0 # Node ID e674f801b65fbd8657e30d1c899af88c6f39b4ea # Parent 48c403ccead5fc15976ff15d5e9a0124ab1f93d0 Fix typo in comment. diff -r 48c403ccead5 -r e674f801b65f src/window.c --- a/src/window.c Tue Jun 21 11:14:28 2005 +0000 +++ b/src/window.c Tue Jun 21 11:29:47 2005 +0000 @@ -4180,7 +4180,7 @@ The number of children n equals the number of resizable children of this window + 1 because we know window itself - is resizable (otherwise we would have signalled an error. */ + is resizable (otherwise we would have signalled an error). */ struct window *w = XWINDOW (window); Lisp_Object s;