6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7

Reviewed-by: malenkov, art
This commit is contained in:
Sergey Bylokhov 2013-07-29 16:57:46 +04:00
parent 1619b516b6
commit a854dc1181

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1997, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -26,7 +26,7 @@ package java.awt;
/**
* Signals that an Absract Window Toolkit exception has occurred.
* Signals that an Abstract Window Toolkit exception has occurred.
*
* @author Arthur van Hoff
*/