From a2a5187a8ff7b8a18db51a471bd934e5a94c155c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 18:12:15 +0200 Subject: Fix typos Change-Id: Ifddd2533b767924791338555031b848c59980c52 Reviewed-on: https://gerrit.libreoffice.org/18989 Reviewed-by: Joren De Cuyper Tested-by: Joren De Cuyper --- toolkit/qa/complex/toolkit/GridControl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/qa') diff --git a/toolkit/qa/complex/toolkit/GridControl.java b/toolkit/qa/complex/toolkit/GridControl.java index 7edb597c5593..7441767714a0 100644 --- a/toolkit/qa/complex/toolkit/GridControl.java +++ b/toolkit/qa/complex/toolkit/GridControl.java @@ -208,7 +208,7 @@ public class GridControl test.testUpdateRowHeading(); test.cleanup(); - // a somehwat less straight-forward test: the data model is expected to implicitly increase its column count + // a somewhat less straight-forward test: the data model is expected to implicitly increase its column count // when you add a row which has more columns than currently known final XMutableGridDataModel dataModel = DefaultGridDataModel.create( m_context ); dataModel.addRow( 0, new Object[] { 1 } ); -- cgit