summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Config
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /odk/examples/DevelopersGuide/Config
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'odk/examples/DevelopersGuide/Config')
-rw-r--r--odk/examples/DevelopersGuide/Config/ConfigExamples.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Config/ConfigExamples.java b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
index 0ca89aaacc10..97bac07e7ccd 100644
--- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java
+++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
@@ -102,7 +102,7 @@ public class ConfigExamples
else
System.out.println( "ERROR: Cannot connect - no remote component context available." );
- // Create an instance of the class and call it's run method
+ // Create an instance of the class and call its run method
ConfigExamples aExample = new ConfigExamples(xContext);
aExample.run( );