summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-10-01 13:09:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-01 19:08:07 +0000
commit6445d8d7d662d9bbeb20647bd14470ff7a4dba34 (patch)
treef4a71ee65541f66d55ff5de44fdd0de07b286344 /odk
parent943919692e8cd96839aeb8cc97598fd4e55c5eea (diff)
Fix typos
Change-Id: Icfc61fcc5ace717bca4bea988243674afe31e6f8 Reviewed-on: https://gerrit.libreoffice.org/29435 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index c5334f892ed1..43b3d9851412 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -359,7 +359,7 @@ public class DocumentView extends JFrame
/**
* callback from our internal saved frame
- * which wish to die. Its not necessary to remove listener connections
+ * which wish to die. It's not necessary to remove listener connections
* here. Because the broadcaster do it automatically.
* We have to release all references to him only.
*