diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:15:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:18 +0100 |
commit | ee1de9427614a99cdbfe3a122db74e30f93d07d2 (patch) | |
tree | f5d5cda36e1fd23911293b03b634565fa58b9e5c /odk | |
parent | 7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (diff) |
typo: persistance -> persistence
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/EmbedDocument/Container1/EmbedContApp.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/EmbedDocument/Container1/EmbedContApp.java b/odk/examples/java/EmbedDocument/Container1/EmbedContApp.java index a56a2ade020b..5c01baf71aa7 100644 --- a/odk/examples/java/EmbedDocument/Container1/EmbedContApp.java +++ b/odk/examples/java/EmbedDocument/Container1/EmbedContApp.java @@ -379,7 +379,7 @@ public class EmbedContApp extends Applet implements MouseListener, XEmbeddedClie 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 ) { |