summaryrefslogtreecommitdiffstats
path: root/embeddedobj/test
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:15:35 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:18 +0100
commitee1de9427614a99cdbfe3a122db74e30f93d07d2 (patch)
treef5d5cda36e1fd23911293b03b634565fa58b9e5c /embeddedobj/test
parenttypo: optimisation -> optimization (diff)
downloadcore-ee1de9427614a99cdbfe3a122db74e30f93d07d2.tar.gz
core-ee1de9427614a99cdbfe3a122db74e30f93d07d2.zip
typo: persistance -> persistence
Diffstat (limited to 'embeddedobj/test')
-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 )
{