jdk/src/windows/native/sun/windows/awt_Choice.cpp
changeset 21278 ef8a3a2a72f2
parent 13997 8889b37053e6
child 23010 6dadb192ad81
--- a/jdk/src/windows/native/sun/windows/awt_Choice.cpp	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/windows/native/sun/windows/awt_Choice.cpp	Tue Oct 29 17:01:06 2013 +0400
@@ -243,7 +243,7 @@
     RECT    rcWindow;
 
     ::GetWindowRect(GetHWnd(), &rcWindow);
-    // resize the drop down to accomodate added/removed items
+    // resize the drop down to accommodate added/removed items
     int     totalHeight = GetTotalHeight();
     ::SetWindowPos(GetHWnd(), NULL,
                     0, 0, rcWindow.right - rcWindow.left, totalHeight,