jdk/src/windows/native/sun/windows/awt_BitmapUtil.cpp
changeset 21278 ef8a3a2a72f2
parent 18232 b538b71fb429
child 23010 6dadb192ad81
--- a/jdk/src/windows/native/sun/windows/awt_BitmapUtil.cpp	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/windows/native/sun/windows/awt_BitmapUtil.cpp	Tue Oct 29 17:01:06 2013 +0400
@@ -359,7 +359,7 @@
 
 /**
  * Creates a 32 bit ARGB bitmap. Returns the bitmap handle. The *bitmapBits
- * contains the pointer to the bitmap data or NULL if an error occured.
+ * contains the pointer to the bitmap data or NULL if an error occurred.
  */
 HBITMAP BitmapUtil::CreateARGBBitmap(int width, int height, void ** bitmapBitsPtr)
 {