summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-22 14:31:42 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:49:32 -0500
commitf8302e8876a121df81643555e81f375c4fd0b302 (patch)
tree89432732544b2713b8d06ce90266bafc1a6c0cc4 /odk
parent1751a6d706e2ebe4027932a853df3facd1b91486 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit aade27554d427649810f5635133519cadfa8002f) Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Forms/DataAwareness.java2
-rw-r--r--odk/examples/DevelopersGuide/GUI/MessageBox.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/DataAwareness.java b/odk/examples/DevelopersGuide/Forms/DataAwareness.java
index 5674657915f3..6170f4405727 100644
--- a/odk/examples/DevelopersGuide/Forms/DataAwareness.java
+++ b/odk/examples/DevelopersGuide/Forms/DataAwareness.java
@@ -591,7 +591,7 @@ public class DataAwareness extends DocumentBasedExample implements XPropertyChan
================================================================== */
/* ------------------------------------------------------------------ */
- /** creates the button used for demonstrating (amonst others) event handling
+ /** creates the button used for demonstrating (amongst others) event handling
@param nXPos
x-position of the to be inserted shape
@param nYPos
diff --git a/odk/examples/DevelopersGuide/GUI/MessageBox.java b/odk/examples/DevelopersGuide/GUI/MessageBox.java
index 7cc1159518d1..6cdbe58f44fc 100644
--- a/odk/examples/DevelopersGuide/GUI/MessageBox.java
+++ b/odk/examples/DevelopersGuide/GUI/MessageBox.java
@@ -107,7 +107,7 @@ public class MessageBox {
}
// helper method to get the window peer of a document or if no
- // document is specified it tries to get the avtive frame
+ // document is specified it tries to get the active frame
// which is potentially dangerous
public XWindowPeer getWindowPeerOfFrame(XComponent xComp) {
try {