diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 12:52:38 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 10:58:04 +0000 |
commit | 6d623c9ebca074df4ad46c6316e901eff71c0502 (patch) | |
tree | 252f866f818cd112a97b796241272fe0cb0cb412 | |
parent | 8e4388f6dcd12173a2f354332fdfb758eb612393 (diff) |
Fix typos
Change-Id: Ibe0a436f38da760267d9b33893e3c2e8fef2f1d5
Reviewed-on: https://gerrit.libreoffice.org/18964
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
15 files changed, 21 insertions, 21 deletions
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java index 0d0841c397d5..28e36240843b 100644 --- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java +++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java @@ -357,7 +357,7 @@ public class CheckModuleAPI extends ComplexTestCase aModuleHashMap.put("sfx", "sfx2"); aModuleHashMap.put("sm", "starmath"); - // it could the that the parameter looks like "fwk,fwl". This results in double "famework,framework". + // it could be that the parameter looks like "fwk,fwl". This results in double "famework,framework". // The following loop correct this to only one "framework" final Set<String> keys = aModuleHashMap.keySet(); diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java index d7e84b74a3b7..edbf477c90cb 100644 --- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java +++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleSelection.java @@ -45,7 +45,7 @@ import lib.StatusException; * <ul> * <li> <code>'XAccessibleSelection.multiSelection'</code> * (of type <code>Boolean</code>) <b> optional </b>: - * Indicates whether or not mutiply children could be selected. + * Indicates whether or not multiply children could be selected. * If the relation is <code>false</code> then more than 1 child * couldn't be selected. </li> * </ul> <p> @@ -583,4 +583,4 @@ public class _XAccessibleSelection extends MultiMethodTest { return res; } -}
\ No newline at end of file +} diff --git a/qadevOOo/tests/java/ifc/awt/_XControl.java b/qadevOOo/tests/java/ifc/awt/_XControl.java index 67f4a67b14be..1dd1da4361f2 100644 --- a/qadevOOo/tests/java/ifc/awt/_XControl.java +++ b/qadevOOo/tests/java/ifc/awt/_XControl.java @@ -110,12 +110,12 @@ public class _XControl extends MultiMethodTest { tRes.tested("createPeer()",true); } - /** - * Test calls the method. Then the object ralation 'WINPEER' is + /* + * Test calls the method. Then the object relation 'WINPEER' is * obtained, and compared with the peer, gotten from (XControl) oObj * variable.<p> * Has <b> OK </b> status if peer gotten isn't null - * The following method tests are to be completed successfully before : + * The following method tests are to be completed successfully before: */ public void _getPeer() { requiredMethod("createPeer()"); diff --git a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java index e06959d02c50..1b91aed7db34 100644 --- a/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java +++ b/qadevOOo/tests/java/ifc/awt/_XUserInputInterception.java @@ -92,7 +92,7 @@ public class _XUserInputInterception extends MultiMethodTest { /** indicates if the mouseReleased event was called*/ private boolean m_keyReleased2 = false; - /** get the object rlation XUserInputInterception.XModel from the + /** get the object relation XUserInputInterception.XModel from the * test environment */ @Override diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java index 24c6ab4ba065..6328614a98e6 100644 --- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java +++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertySet.java @@ -173,7 +173,7 @@ public class _XMultiPropertySet extends MultiMethodTest { return; } - // Change one of the property to be sure, that this event was cauched. + // Change one of the property to be sure that this event was catched. for (int i=0; i<testPropsAmount;i++) { log.print("Trying to change property " + testPropsNames[i]); try { diff --git a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java index f0b5dc850fe0..d8f7610654da 100644 --- a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java +++ b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java @@ -123,7 +123,7 @@ public class _XAcceptor extends MultiMethodTest { XAcceptor dupAcceptor = null ; XConnector xConnector = null ; - // creating services requierd + // creating services required try { Object oConnector = (tParam.getMSF()). createInstance("com.sun.star.connection.Connector") ; diff --git a/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java b/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java index 11c648f15a8b..d8dd8da8bdf8 100644 --- a/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java +++ b/qadevOOo/tests/java/ifc/form/_XChangeBroadcaster.java @@ -163,7 +163,7 @@ public class _XChangeBroadcaster extends MultiMethodTest { /** * Changes the content of the component depending on whether * <code>XTextComponent</code> is supported or not. If yes - * then the text is chahged, if not the relation <code>change()</code> + * then the text is changed, if not the relation <code>change()</code> * method is used. */ protected void changeContent() { diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java index b4ab947731e4..a627fa13911b 100644 --- a/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java +++ b/qadevOOo/tests/java/ifc/frame/_XDispatchProviderInterception.java @@ -87,7 +87,7 @@ public class _XDispatchProviderInterception extends MultiMethodTest { TestInterceptor interceptor = null ; /** - * Cereates new interceptor implementation. + * Creates new interceptor implementation. */ @Override public void before() { diff --git a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java index 8a684edd901d..bd88640f72eb 100644 --- a/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java +++ b/qadevOOo/tests/java/ifc/frame/_XDispatchRecorder.java @@ -123,7 +123,7 @@ public class _XDispatchRecorder extends MultiMethodTest { oObj.startRecording(xFrame); - // positve test + // positive test dispURL = utils.parseURL(tParam.getMSF(), ".uno:InsertText"); PropertyValue prop = new PropertyValue(); diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java index cc8d84279f0f..0112b6d280cd 100644 --- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java +++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java @@ -59,7 +59,7 @@ public class _XModuleManager extends MultiMethodTest { * <CODE>XModel</CODE>. The name of the PropertyValue contains the expected return * value of method <CODE>indetify()</CODE> if the method was called with * coresponding value.<p> - * As enhancement the method <CODE>identify()</CODE> was called with incvalid + * As enhancement the method <CODE>identify()</CODE> was called with invalid * parameter. In this case the thrown exceptions was catched. */ public XModuleManager oObj = null; @@ -100,7 +100,7 @@ public class _XModuleManager extends MultiMethodTest { (Status.failed("Relation 'xModelSeq' not found.")) ; } - /** The method <CODE>identify()</CODE> was used for every entry in sequeze of + /* The method <CODE>identify()</CODE> was used for every entry in sequence of * object relations. */ public void _identify() { diff --git a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java index c5e84d53c0e7..af8621d53bd6 100644 --- a/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java +++ b/qadevOOo/tests/java/ifc/frame/_XNotifyingDispatch.java @@ -39,7 +39,7 @@ import com.sun.star.frame.DispatchResultEvent; * </code>): URL for passing to <code>dispatch()</code> method. </li> * <li> <code>[OPTIONAL] 'XNotifyingDispatchArgument'</code> * (of type sequence<code>com::sun::star::beans::PropertyValue -* </code>): argumets for <code>dispatchWithNotification()</code> method. </li> +* </code>): arguments for <code>dispatchWithNotification()</code> method. </li> * <ul> <p> * @see com.sun.star.frame.XDispatch * @see com.sun.star.frame.XNotifyingDispatch diff --git a/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java b/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java index 5f55f0b778d2..bfcb3f6b3258 100644 --- a/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java +++ b/qadevOOo/tests/java/ifc/io/_XObjectInputStream.java @@ -49,7 +49,7 @@ public class _XObjectInputStream extends MultiMethodTest { public XObjectInputStream oObj = null; /** - * Test reads perisist object from stream and compares properties + * Test reads persist object from stream and compares properties * of the object with properties of persist object obtained * from relation <code>'PersistObject'</code> <p> * Has <b> OK </b> status if returned value isn't null and values diff --git a/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java b/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java index 62205401e4cd..2df623330c61 100644 --- a/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java +++ b/qadevOOo/tests/java/ifc/linguistic2/_XDictionaryList.java @@ -110,7 +110,7 @@ public class _XDictionaryList extends MultiMethodTest { * <code>processDictionaryListEvent</code>, removes listener, checks flag * <code>listenerCalled</code> and checks returned value. <p> * Has <b> OK </b> status if returned value is true and value of flag - * <code>listenerCallled</code> is true. <p> + * <code>listenerCalled</code> is true. <p> */ public void _addDictionaryListEventListener() { listenerCalled = false; @@ -138,7 +138,7 @@ public class _XDictionaryList extends MultiMethodTest { * <code>processDictionaryListEvent</code>, checks flag * <code>listenerCalled</code> and checks returned value. <p> * Has <b> OK </b> status if returned value is false and value of flag - * <code>listenerCallled</code> is false. <p> + * <code>listenerCalled</code> is false. <p> */ public void _removeDictionaryListEventListener() { listenerCalled = false; diff --git a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java index 7caa1979adc2..f278f73725f8 100644 --- a/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java +++ b/qadevOOo/tests/java/ifc/reflection/_XProxyFactory.java @@ -41,7 +41,7 @@ public class _XProxyFactory extends MultiMethodTest { */ public XProxyFactory oObj; - /** + /* * First an implementation of * <code>com.sun.star.lang.XInitialization</code> interface * is made which sets a flag when its <code>initialize()</code> @@ -50,7 +50,7 @@ public class _XProxyFactory extends MultiMethodTest { * object is tried to query for <code>XInitialization</code> * interface and it's <code>initialize</code> method is * called. The goal is to check if the real object method - * was called throwgh it's proxy. <p> + * was called through its proxy. <p> * Has <b>OK</b> status if the real object method was * called and parameters were passed correctly. */ diff --git a/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java b/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java index 1b29d1e7000b..e2a2aa01c23c 100644 --- a/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java +++ b/qadevOOo/tests/java/ifc/sheet/_XRangeSelection.java @@ -116,7 +116,7 @@ public class _XRangeSelection extends MultiMethodTest { // wait for listeners waitForEventIdle(); - // get closer button: move if window cobvers the sheet center + // get closer button: move if window covers the sheet center Point closer = getCloser(center); if (closer == null) throw new StatusException(Status.failed("Couldn't get the close Button.")); |