From b19db6b21d3d5adc6491c11ebee119d3f63675af Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 29 Jun 2014 13:12:27 +0200 Subject: Typo: apend->append Change-Id: I062c95ca8d478ba6c241723dda25c1dc4d7bb852 --- odk/examples/DevelopersGuide/Database/sdbcx.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Database/sdbcx.java b/odk/examples/DevelopersGuide/Database/sdbcx.java index 32c434273a38..ebffb80dfc7e 100644 --- a/odk/examples/DevelopersGuide/Database/sdbcx.java +++ b/odk/examples/DevelopersGuide/Database/sdbcx.java @@ -387,7 +387,7 @@ public class sdbcx xKeyCol.setPropertyValue("Name","SNR"); // append the key column xKeyColAppend.appendByDescriptor(xKeyCol); - // apend the key + // append the key xKeyAppend.appendByDescriptor(xKey); // the last step is to append the new table to the tables collection XAppend xTableAppend = UnoRuntime.queryInterface(XAppend.class,xTabFac); -- cgit