diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-26 13:32:13 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-05-27 10:12:35 +0200 |
commit | 6e36ec6706260ea82f72b4a32b55d69fde3aa48c (patch) | |
tree | d6d52db33afb33c5ab4677576a5cbf5b7db64a55 /odk/examples | |
parent | 91cd384e8fb77db88bf75a9fc3b3213724cfc36d (diff) |
Fix typos
Change-Id: I907e5dbcd7c62344c2c76fe2fdaf1b18ecfecee1
Reviewed-on: https://gerrit.libreoffice.org/54838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/DevelopersGuide/Config/ConfigExamples.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Config/ConfigExamples.java b/odk/examples/DevelopersGuide/Config/ConfigExamples.java index 79ff21da3809..b74d24f7dab2 100644 --- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java +++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java @@ -847,7 +847,7 @@ public class ConfigExamples ATTENTION: This example requires an older version of the org.openoffice.Office.DataAccess schema. It does not work with the current schema. - Because of this, the method currenty does nothing. + Because of this, the method currently does nothing. You can still use the techniques shown in the example code. */ void storeSampleDataSource() |