summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java b/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
index 79e15ef7a620..7dcf1d71d3d5 100644
--- a/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
@@ -134,7 +134,7 @@ public class CustomShowDemo
Object xObj;
XIndexContainer xContainer;
- /* instanciate an IndexContainer that will take
+ /* instantiate an IndexContainer that will take
a list of draw pages for the first custom show */
xObj = xFactory.createInstance();
xContainer = UnoRuntime.queryInterface( XIndexContainer.class, xObj );
@@ -142,7 +142,7 @@ public class CustomShowDemo
xContainer.insertByIndex( xContainer.getCount(), xDrawPages.getByIndex( i ) );
xNameContainer.insertByName( "ShortVersion", xContainer );
- /* instanciate an IndexContainer that will take
+ /* instantiate an IndexContainer that will take
a list of draw page for the second custom show */
xObj = xFactory.createInstance();
xContainer = UnoRuntime.queryInterface( XIndexContainer.class, xObj );