summaryrefslogtreecommitdiff
path: root/toolkit/qa/complex/toolkit/GridControl.java
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/qa/complex/toolkit/GridControl.java')
-rw-r--r--toolkit/qa/complex/toolkit/GridControl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/qa/complex/toolkit/GridControl.java b/toolkit/qa/complex/toolkit/GridControl.java
index 7441767714a0..bde63aa2fc67 100644
--- a/toolkit/qa/complex/toolkit/GridControl.java
+++ b/toolkit/qa/complex/toolkit/GridControl.java
@@ -296,7 +296,7 @@ public class GridControl
removeColumnIndex, removalIndex );
}
- // calling addColumn with a column not created by the given model/implementatoion should not succeed
+ // calling addColumn with a column not created by the given model/implementation should not succeed
boolean caughtExpected = false;
try
{