From ee1de9427614a99cdbfe3a122db74e30f93d07d2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 29 Mar 2014 18:15:35 +0100 Subject: typo: persistance -> persistence --- embeddedobj/test/Container1/EmbedContApp.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'embeddedobj/test') 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 ) { -- cgit v1.2.3