summaryrefslogtreecommitdiffstats
path: root/odk/examples/java/EmbedDocument/Container1/EmbedContApp.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/EmbedDocument/Container1/EmbedContApp.java')
-rw-r--r--odk/examples/java/EmbedDocument/Container1/EmbedContApp.java2
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 2f198376652b..a275c27eaf7f 100644
--- a/odk/examples/java/EmbedDocument/Container1/EmbedContApp.java
+++ b/odk/examples/java/EmbedDocument/Container1/EmbedContApp.java
@@ -388,7 +388,7 @@ public class EmbedContApp extends Applet implements MouseListener, XEmbeddedClie
if ( m_xStorage == null )
{
JOptionPane.showMessageDialog( m_aFrame,
- "No storage for oned file!",
+ "No storage for owned file!",
"Error:",
JOptionPane.ERROR_MESSAGE );
return;