summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:45:25 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:10 +0200
commitbb667fc1b98c17b95209351573fdbe7a109c50a5 (patch)
treead3d030835d3c183bcd422f83f9c6161362b37ed /toolkit
parent52a41a0b743685a87eed36d4825ad6794741aebb (diff)
typo: arround -> around
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/test/accessibility/Canvas.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/test/accessibility/Canvas.java b/toolkit/test/accessibility/Canvas.java
index 5c6fd0c4f3aa..116da3e12dbc 100644
--- a/toolkit/test/accessibility/Canvas.java
+++ b/toolkit/test/accessibility/Canvas.java
@@ -233,7 +233,7 @@ class Canvas
mnVOffset,
mnScale*aScreenSize.getWidth(),
mnScale*aScreenSize.getHeight());
- // Fill the screen rectangle and draw a frame arround it to increase its visibility.
+ // Fill the screen rectangle and draw a frame around it to increase its visibility.
g2.setColor (new Color (250,240,230));
g2.fill (aScreen);
g2.setColor (Color.BLACK);