summaryrefslogtreecommitdiffstats
path: root/odk/examples/DevelopersGuide/Config
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:45 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-07-03 08:19:04 +0000
commit7f73bb5b44202431f4d07b283e47b1bc0a1a651e (patch)
tree26067609d994c0e288134f8563243416c332f94e /odk/examples/DevelopersGuide/Config
parenttypo: therfore -> therefore (diff)
downloadcore-7f73bb5b44202431f4d07b283e47b1bc0a1a651e.tar.gz
core-7f73bb5b44202431f4d07b283e47b1bc0a1a651e.zip
Fix typos
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510 Reviewed-on: https://gerrit.libreoffice.org/16709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
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 e197fd529897..db4a63966f84 100644
--- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java
+++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
@@ -647,7 +647,7 @@ public class ConfigExamples
}
}
- /// this method is called to report an error during dialog execution to the zuser
+ // this method is called to report an error during dialog execution to the user
public void informUserOfError(Exception e) {
System.err.println("ERROR in GridEditor:");
e.printStackTrace();