From bcc8cf3d4befde009daa15fd31b1303259577713 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Tue, 22 Nov 2005 23:39:41 +0000 Subject: [PATCH] Typo. --- layout/xul/base/src/grid/nsGridRowGroupFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/xul/base/src/grid/nsGridRowGroupFrame.h b/layout/xul/base/src/grid/nsGridRowGroupFrame.h index b58bf84f18ca..48eddf71311a 100644 --- a/layout/xul/base/src/grid/nsGridRowGroupFrame.h +++ b/layout/xul/base/src/grid/nsGridRowGroupFrame.h @@ -51,7 +51,7 @@ /** * A frame representing a grid row (or column) group, which is usually * an element that is a child of a grid and contains all the rows (or - * all the columns). However, multiple level of groups are allowed, so + * all the columns). However, multiple levels of groups are allowed, so * the parent or child could instead be another group. */ class nsGridRowGroupFrame : public nsBoxFrame