summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/msole/olepersist.cxx2
-rw-r--r--embeddedobj/test/Container1/EmbedContApp.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/olepersist.cxx b/embeddedobj/source/msole/olepersist.cxx
index 82fb981c5afc..2c0779f288d2 100644
--- a/embeddedobj/source/msole/olepersist.cxx
+++ b/embeddedobj/source/msole/olepersist.cxx
@@ -1338,7 +1338,7 @@ void SAL_CALL OleEmbeddedObject::setPersistentEntry(
if ( m_bFromClipboard )
{
// the object should be initialized from clipboard
- // inpossibility to initialize the object means error here
+ // impossibility to initialize the object means error here
CreateOleComponentFromClipboard_Impl();
m_aClassID = m_pOleComponent->GetCLSID(); // was not set during consruction
m_pOleComponent->RunObject();
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index 157296dd320d..9743a4f4cadc 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -1666,7 +1666,7 @@ public class EmbedContApp extends Applet
{
// TODO:
// usage of object, storage and bitmap painter should be locked
- // but since possibility of rasecondition is very low
+ // but since possibility of race condition is very low
// it is not really required for testing application
clearObjectAndStorage();