Author: pfg
Date: Sat Dec 22 01:16:48 2012
New Revision: 1425220

URL: http://svn.apache.org/viewvc?rev=1425220&view=rev
Log:
Fix some typos found by Noel Grandin.

Modified:
    
openoffice/trunk/main/framework/qa/complex/framework/recovery/RecoveryTest.java
    openoffice/trunk/main/qadevOOo/runner/helper/PropertyHandlerImpl.java
    openoffice/trunk/main/qadevOOo/runner/lib/Status.java
    openoffice/trunk/main/qadevOOo/runner/util/PropertyName.java
    
openoffice/trunk/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
    
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java
    
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java

Modified: 
openoffice/trunk/main/framework/qa/complex/framework/recovery/RecoveryTest.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/framework/qa/complex/framework/recovery/RecoveryTest.java?rev=1425220&r1=1425219&r2=1425220&view=diff
==============================================================================
--- 
openoffice/trunk/main/framework/qa/complex/framework/recovery/RecoveryTest.java 
(original)
+++ 
openoffice/trunk/main/framework/qa/complex/framework/recovery/RecoveryTest.java 
Sat Dec 22 01:16:48 2012
@@ -532,7 +532,7 @@ public class RecoveryTest extends Comple
     
     /**
      * This function uses accessibility to handle the dialog "Are you sure".
-     * It cklick "Yes" or "No", dependend on the value of the parameter 
<CODE>Yes</CODE>
+     * It click "Yes" or "No", dependend on the value of the parameter 
<CODE>Yes</CODE>
      * @param yes If value is <CODE>TRUE</CODE> the button "Yes" was clicked, 
otherwise the button
      * "No".
      */    

Modified: openoffice/trunk/main/qadevOOo/runner/helper/PropertyHandlerImpl.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/runner/helper/PropertyHandlerImpl.java?rev=1425220&r1=1425219&r2=1425220&view=diff
==============================================================================
--- openoffice/trunk/main/qadevOOo/runner/helper/PropertyHandlerImpl.java 
(original)
+++ openoffice/trunk/main/qadevOOo/runner/helper/PropertyHandlerImpl.java Sat 
Dec 22 01:16:48 2012
@@ -39,7 +39,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param ActuatingPropertyName the id of the actuating property.
      * @param NewValue the new value of the property
      * @param OldValue the old value of the property
@@ -60,14 +60,14 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param xEventListener the listener to notify about changes
      */
     public void addEventListener(com.sun.star.lang.XEventListener 
xEventListener) {
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param xPropertyChangeListener the listener to notify about property 
changes
      * @throws com.sun.star.lang.NullPointerException 
com::sun::star::lang::NullPointerException if the listener is NULL
      */
@@ -75,7 +75,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName The name of the property whose value is to be 
converted.
      * @param PropertyValue The to-be-converted property value.
      * @param ControlValueType The target type of the conversion. This type is 
determined by the control which is used to display the property, which in turn 
is determined by the handler itself in describePropertyLine .
@@ -93,7 +93,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName The name of the conversion's target property.
      * @param ControlValue The to-be-converted control value. This value has 
been obtained from an XPropertyControl , using its Value attribute.
      * @throws com.sun.star.beans.UnknownPropertyException 
::com::sun::star::beans::UnknownPropertyException if the given property is not 
supported by the property handler
@@ -104,7 +104,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName the name of the property whose user interface is to 
be described
      * @param ControlFactory a factory for creating XPropertyControl 
instances. Must not be NULL .
      * @throws com.sun.star.beans.UnknownPropertyException 
::com::sun::star::beans::UnknownPropertyException if the given property is not 
supported by this handler
@@ -120,13 +120,13 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      */
     public void dispose() {
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @return null
      */
     public String[] getActuatingProperties() {
@@ -134,7 +134,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName the name of the property whose state is to be 
retrieved
      * @throws com.sun.star.beans.UnknownPropertyException 
::com::sun::star::beans::UnknownPropertyException if the given property is not 
supported by the property handler
      * @return null
@@ -145,7 +145,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName the name of the property whose value is to be 
retrieved
      * @throws com.sun.star.beans.UnknownPropertyException 
::com::sun::star::beans::UnknownPropertyException if the given property is not 
supported by the property handler
      * @return null
@@ -155,7 +155,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @return null
      */
     public String[] getSupersededProperties() {
@@ -163,7 +163,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @return null
      */
     public com.sun.star.beans.Property[] getSupportedProperties() {
@@ -171,7 +171,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param Component the component to inspect. Must not be NULL
      * @throws com.sun.star.lang.NullPointerException 
com::sun::star::lang::NullPointerException if the component is NULL
      */
@@ -179,7 +179,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName the name of the property whose composability is to 
be determined
      * @throws com.sun.star.beans.UnknownPropertyException 
::com::sun::star::beans::UnknownPropertyException if the given property is not 
supported by the property handler
      *
@@ -191,7 +191,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName The name of the property whose browse button has 
been clicked
      * @param Primary true if and only if the primary button has been clicked, 
false otherwise
      * @param out_Data If the method returns 
InteractiveSelectionResult::ObtainedValue , then _rData contains the value 
which has been interactively obtained from the user, and which still needs to 
be set at the inspected component.
@@ -212,21 +212,21 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param xEventListener the listener to be revoked
      */
     public void removeEventListener(com.sun.star.lang.XEventListener 
xEventListener) {
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param xPropertyChangeListener the listener to be revoke
      */
     public void 
removePropertyChangeListener(com.sun.star.beans.XPropertyChangeListener 
xPropertyChangeListener) {
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param PropertyName the name of the property whose value is to be set
      * @param Value the property value to set
      * @throws com.sun.star.beans.UnknownPropertyException 
::com::sun::star::beans::UnknownPropertyException if the given property is not 
supported by the property handler
@@ -235,7 +235,7 @@ public class PropertyHandlerImpl impleme
     }
     
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      * @param Suspend Whether the handler is to be suspended true or 
reactivated ( false ). The latter happens if a handler was successfully 
suspended, but an external instance vetoed the whole suspension process.
      * @return false
      */
@@ -244,7 +244,7 @@ public class PropertyHandlerImpl impleme
     }
 
     /**
-     * This method currently do nothig
+     * This method currently does nothing
      */
 
     public void describePropertyLine(String string, LineDescriptor[] 
lineDescriptor, XPropertyControlFactory xPropertyControlFactory) throws 
UnknownPropertyException, com.sun.star.lang.NullPointerException {

Modified: openoffice/trunk/main/qadevOOo/runner/lib/Status.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/runner/lib/Status.java?rev=1425220&r1=1425219&r2=1425220&view=diff
==============================================================================
--- openoffice/trunk/main/qadevOOo/runner/lib/Status.java (original)
+++ openoffice/trunk/main/qadevOOo/runner/lib/Status.java Sat Dec 22 01:16:48 
2012
@@ -52,7 +52,7 @@ public class Status extends SimpleStatus
     
     /**
      * Construct a status: use own message and state.
-     * @parame messaeg An own message for the status.
+     * @parame message An own message for the status.
      * @param state: OK or FAILED.
      */
     public Status(String message, boolean state) {

Modified: openoffice/trunk/main/qadevOOo/runner/util/PropertyName.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/runner/util/PropertyName.java?rev=1425220&r1=1425219&r2=1425220&view=diff
==============================================================================
--- openoffice/trunk/main/qadevOOo/runner/util/PropertyName.java (original)
+++ openoffice/trunk/main/qadevOOo/runner/util/PropertyName.java Sat Dec 22 
01:16:48 2012
@@ -133,7 +133,7 @@ public interface PropertyName {
     final public static String CYGWIN = "Cygwin";
     /**
      * parameter name: "NoCwsAttach"<p>
-     * If this paraeter is set to "true" , a status of CWS-UnoAPI-Tests was 
not attached to EIS<p>
+     * If this parameter is set to "true" , a status of CWS-UnoAPI-Tests was 
not attached to EIS<p>
      * @see tests.complex.unoapi.CheckModuleAPI
      */
     final public static String NO_CWS_ATTACH = "NoCwsAttach";

Modified: 
openoffice/trunk/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java?rev=1425220&r1=1425219&r2=1425220&view=diff
==============================================================================
--- 
openoffice/trunk/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
 (original)
+++ 
openoffice/trunk/main/qadevOOo/tests/java/mod/_cached/CachedContentResultSetFactory.java
 Sat Dec 22 01:16:48 2012
@@ -72,7 +72,7 @@ public class CachedContentResultSetFacto
     *      {@link ifc.XCachedContentResultSetFactory} : the destination
     *   interface requires as its parameter an instance of
     *   <code>CachedContentResultSetStub</code> service. It is created
-    *   using <code>UniversalContentBroker</code> and queriing it for
+    *   using <code>UniversalContentBroker</code> and querying it for
     *   <code>PackageContent</code> which represents JAR file mentioned
     *   above. Then the dynamic list of file contents (entries) is retrieved,
     *   and a static list is created from it. Using

Modified: 
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java?rev=1425220&r1=1425219&r2=1425220&view=diff
==============================================================================
--- 
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java
 (original)
+++ 
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/BookSettings.java
 Sat Dec 22 01:16:48 2012
@@ -116,7 +116,7 @@ public class BookSettings implements Off
         * Adds an XML entry for a particular setting
         *
         * @param root the root node at which to add the xml entry
-        * @param attriute the name of the attribute to add
+        * @param attribute the name of the attribute to add
         * @param type the attribute type (int, short etc)
         * @param value the value of the attribute
         */

Modified: 
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java?rev=1425220&r1=1425219&r2=1425220&view=diff
==============================================================================
--- 
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java
 (original)
+++ 
openoffice/trunk/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/SheetSettings.java
 Sat Dec 22 01:16:48 2012
@@ -236,7 +236,7 @@ public class SheetSettings implements Of
         * Adds an XML entry for a particular setting
         *
         * @param root the root node at which to add the xml entry
-        * @param attriute the name of the attribute to add
+        * @param attribute the name of the attribute to add
         * @param type the attribute type (int, short etc)
         * @param value the value of the attribute
         */


Reply via email to