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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index 4481a980dcd0..f9bbd9563b6e 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -560,7 +560,7 @@ public class EmbedContApp extends Applet
{
if ( m_xStorage != null && m_xEmbedObj != null )
{
- // if has persistance store there
+ // if has persistence store there
// if not it is and error, SaveAs had to be used
if ( m_bOwnFile )
@@ -1042,7 +1042,7 @@ public class EmbedContApp extends Applet
public void actionPerformed( ActionEvent e )
{
- // if has persistance store there
+ // if has persistence store there
// if not open SaveAs dialog and store
if ( m_xStorage != null && m_xEmbedObj != null )
{