diff options
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XFrameLoader.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java index 1626f1018a11..6cc1def8aead 100644 --- a/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java +++ b/qadevOOo/tests/java/ifc/frame/_XFrameLoader.java @@ -65,7 +65,7 @@ public class _XFrameLoader extends MultiMethodTest { private PropertyValue[] args = new PropertyValue[0] ; /** - * Implemetation of load listener which geristers all its calls. + * Implementation of load listener which geristers all its calls. */ protected static class TestListener implements XLoadEventListener { public boolean finished = false ; |