summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
Diffstat (limited to 'bean')
-rw-r--r--bean/com/sun/star/beans/LocalOfficeConnection.java6
-rw-r--r--bean/com/sun/star/comp/beans/LocalOfficeConnection.java2
-rw-r--r--bean/com/sun/star/comp/beans/OOoBean.java2
-rw-r--r--bean/com/sun/star/comp/beans/SystemWindowException.java2
-rw-r--r--bean/qa/complex/bean/OOoBeanTest.java2
5 files changed, 7 insertions, 7 deletions
diff --git a/bean/com/sun/star/beans/LocalOfficeConnection.java b/bean/com/sun/star/beans/LocalOfficeConnection.java
index 02a08d0b83b5..368a3b1d57ba 100644
--- a/bean/com/sun/star/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/beans/LocalOfficeConnection.java
@@ -102,7 +102,7 @@ public class LocalOfficeConnection
* pipev := local_office_connection_pipe_name
* </pre>
*
- * @param url This is UNO URL which discribes the type of a connection.
+ * @param url This is UNO URL which describes the type of a connection.
*/
public void setUnoUrl(String url)
throws java.net.MalformedURLException
@@ -604,9 +604,9 @@ public class LocalOfficeConnection
}
/**
- * Retrieves the ammount of time to wait for the startup.
+ * Retrieves the amount of time to wait for the startup.
*
- * @return The ammount of time to wait in seconds(?).
+ * @return The amount of time to wait in seconds(?).
*/
public int getStartupTime()
{
diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
index 3511161b2c2a..74a60e4d8e11 100644
--- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
+++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java
@@ -158,7 +158,7 @@ public class LocalOfficeConnection
* pipev := local_office_connection_pipe_name
* </pre>
*
- * @param url This is UNO URL which discribes the type of a connection.
+ * @param url This is UNO URL which describes the type of a connection.
*/
public void setUnoUrl(String url)
throws java.net.MalformedURLException
diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java
index ff11b608b03a..1da6646d6daa 100644
--- a/bean/com/sun/star/comp/beans/OOoBean.java
+++ b/bean/com/sun/star/comp/beans/OOoBean.java
@@ -474,7 +474,7 @@ public class OOoBean
// @requirement FUNC.PAR.RWL/0.4
// @estimation 16h
/** This method must be called when the OOoBean before the
- sytem window may be released by its parent AWT/Swing component.
+ system window may be released by its parent AWT/Swing component.
This is the case when java.awt.Component.isDisplayable() returns
true. This is definitely the case when the OOoBean is removed
diff --git a/bean/com/sun/star/comp/beans/SystemWindowException.java b/bean/com/sun/star/comp/beans/SystemWindowException.java
index 9341b0545b34..ef8d8a8a4cb5 100644
--- a/bean/com/sun/star/comp/beans/SystemWindowException.java
+++ b/bean/com/sun/star/comp/beans/SystemWindowException.java
@@ -19,7 +19,7 @@
package com.sun.star.comp.beans;
/** indicates that an operation needed a system window,
- but no system window was aquired yet.
+ but no system window was acquired yet.
@see com.sun.star.comp.beans.OOoBean.aquireSystemWindow
diff --git a/bean/qa/complex/bean/OOoBeanTest.java b/bean/qa/complex/bean/OOoBeanTest.java
index fb0b5cc4b946..734923cff76f 100644
--- a/bean/qa/complex/bean/OOoBeanTest.java
+++ b/bean/qa/complex/bean/OOoBeanTest.java
@@ -454,7 +454,7 @@ public class OOoBeanTest
}
/** Tests focus problem just like test6, but the implementation is a little
- * different. The bean is added and removed from withing the event dispatch
+ * different. The bean is added and removed from within the event dispatch
* thread. Using Thread.sleep at various points (#1, #2, #3) seems to workaround
* the problem.
* @throws Exception