diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-10 19:59:38 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-10 20:22:50 +0300 |
commit | 6835d9f3074c1030be6632bdaff6c8398c696429 (patch) | |
tree | 90bdc179c3522a71f87fef348d9aaced458b611d /odk/examples/DevelopersGuide/OfficeDev/Linguistic | |
parent | a8877197072523ec60fadb138f9790aa2bf66cd2 (diff) |
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/Linguistic')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java index 7cdf7f68b381..451b8bc852ee 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java @@ -80,7 +80,7 @@ public class LinguisticExamples public static void main(String args[]) { - // Create an instance of the class and call it's begin method + // Create an instance of the class and call its begin method try { LinguisticExamples aExample = new LinguisticExamples(); aExample.Connect(); diff --git a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java index d51ccb71a440..ee0295393da0 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java +++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/SampleThesaurus.java @@ -78,7 +78,7 @@ public class SampleThesaurus extends ComponentBase implements // this service has no listeners thus we may use the base class, // which is here basically used only to keep track of the - // property set (and it's lifetime) since it gets used in the + // property set (and its lifetime) since it gets used in the // 'GetValueToUse' function aPropChgHelper = new PropChgHelper( this, aProps ); |