summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-24 12:48:08 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-24 12:48:25 +0100
commit4730af6a2435dfe35f598f12a4b3884bba40c006 (patch)
tree5dd7771071ac7b02136a4ae860c2d006775e59f4 /embeddedobj
parent31ef2b6396e2ebec10f84f21dfdee645690f5e62 (diff)
typo: unknown
Change-Id: If89443c1668ca01c826c8fc353b20097c7da7bf4
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/test/Container1/EmbedContApp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/test/Container1/EmbedContApp.java b/embeddedobj/test/Container1/EmbedContApp.java
index b2a7d048336c..157296dd320d 100644
--- a/embeddedobj/test/Container1/EmbedContApp.java
+++ b/embeddedobj/test/Container1/EmbedContApp.java
@@ -755,7 +755,7 @@ public class EmbedContApp extends Applet
}
else
{
- System.out.println( "Unknoun action is requested: " + aAction.m_nID + "\n" );
+ System.out.println( "Unknown action is requested: " + aAction.m_nID + "\n" );
}
}
}