diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/Inspector/UnoTreeRenderer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Inspector/UnoTreeRenderer.java b/odk/examples/java/Inspector/UnoTreeRenderer.java index 8120a05c3a8c..81e62a6d19d4 100644 --- a/odk/examples/java/Inspector/UnoTreeRenderer.java +++ b/odk/examples/java/Inspector/UnoTreeRenderer.java @@ -68,7 +68,7 @@ public class UnoTreeRenderer extends DefaultTreeCellRenderer{ m_oInterfaceIcon = new ImageIcon("images/interfaces_16.png"); m_oContentIcon = new ImageIcon("images/content_16.png"); } catch (RuntimeException e) { - System.out.println("Sorry, could not locate resourecs, treecell icons will not be displayed."); + System.out.println("Sorry, could not locate resources, treecell icons will not be displayed."); } } |