From da3b96e446e218415dc80abe0bb3953e2853eb17 Mon Sep 17 00:00:00 2001 From: LightningReflex <59992415+LightningReflex@users.noreply.github.com> Date: Sat, 31 Aug 2024 18:51:19 +0200 Subject: [PATCH] Fixed typo in GDI32.java Line 325, "fo" -> "of" --- contrib/platform/src/com/sun/jna/platform/win32/GDI32.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/platform/src/com/sun/jna/platform/win32/GDI32.java b/contrib/platform/src/com/sun/jna/platform/win32/GDI32.java index a69095d706..3998927e01 100644 --- a/contrib/platform/src/com/sun/jna/platform/win32/GDI32.java +++ b/contrib/platform/src/com/sun/jna/platform/win32/GDI32.java @@ -322,7 +322,7 @@ HBITMAP CreateDIBSection(HDC hDC, BITMAPINFO pbmi, int iUsage, */ int GetDeviceCaps(HDC hdc, int nIndex); - /** The GetDIBits function retrieves the bits fo the specified compatible + /** The GetDIBits function retrieves the bits of the specified compatible * bitmap and copies them into a buffer as a DIB using the specified * format. * @param hdc A handle to the device context.