diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:45:25 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:10 +0200 |
commit | bb667fc1b98c17b95209351573fdbe7a109c50a5 (patch) | |
tree | ad3d030835d3c183bcd422f83f9c6161362b37ed /toolkit | |
parent | 52a41a0b743685a87eed36d4825ad6794741aebb (diff) |
typo: arround -> around
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/test/accessibility/Canvas.java | 2 |
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); |