summaryrefslogtreecommitdiff
path: root/embeddedobj/test/Container1/EmbedContApp.java
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/test/Container1/EmbedContApp.java')
-rw-r--r--embeddedobj/test/Container1/EmbedContApp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index 94a4e99e9367..b2a7d048336c 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -450,7 +450,7 @@ public class EmbedContApp extends Applet
{
try {
int nState = m_xEmbedObj.getCurrentState();
- // such a position change make sence only when object is
+ // such a position change make sense only when object is
// either inplace or ui active
if ( nState == EmbedStates.EMBED_INPLACE_ACTIVE
|| nState == EmbedStates.EMBED_UI_ACTIVE )