summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java')
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java b/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
index 0ea1e5dc3095..a1cf6ac85153 100644
--- a/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
+++ b/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
@@ -69,7 +69,7 @@ public class GraphicalDisplay
(int)(mnVOffset+0.5),
(int)(mnScale*aScreenSize.getWidth()),
(int)(mnScale*aScreenSize.getHeight()));
- // Draw a frame arround the screen rectangle to increase its visibility.
+ // Draw a frame around the screen rectangle to increase its visibility.
g.setColor (Color.BLACK);
g.drawRect (
(int)(mnHOffset+0.5),