odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java |    
4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 890a2f9a08afd6b2d9c1c9a93ff1383203b6b646
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 6 15:20:14 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Mar 6 17:26:46 2024 +0100

    Fix typo
    
    Change-Id: I1bfc868d2b00871887ea105cf968a676000bf67c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164472
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git 
a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java 
b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
index 35a1a39e6e3b..ef64ccc0c871 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/Linguistic/LinguisticExamples.java
@@ -159,7 +159,7 @@ public class LinguisticExamples
 
         // list of property values to used in function calls below.
         // Only properties with values different from the (default) values
-        // in the LinguProperties property set need to be supllied.
+        // in the LinguProperties property set need to be supplied.
         // Thus we may stay with an empty list in order to use the ones
         // from the property set.
         PropertyValue[] aEmptyProps = new PropertyValue[0];
@@ -171,7 +171,7 @@ public class LinguisticExamples
 
         // another list of property values to used in function calls below.
         // Only properties with values different from the (default) values
-        // in the LinguProperties property set need to be supllied.
+        // in the LinguProperties property set need to be supplied.
         PropertyValue[] aProps = new PropertyValue[1];
         aProps[0] = new PropertyValue();
         aProps[0].Name  = "IsIgnoreControlCharacters";

Reply via email to