Skip to content

Commit 518c104

Browse files
committed
typo fix
1 parent f7cfa56 commit 518c104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codepages.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct CodePages {
8282
* ASCII US (0x1F), CTRL + VK_LEFTBRACKET produces ASCII ESC (0x1B), CTRL + VK_RIGHTBRACKET produces ASCII GS (0x1D),
8383
* CTRL + VK_TILDE produces ASCII RS (0x1E) and VK_SCROLLLOCK produces XON or XOFF.
8484
*
85-
* @param virtualKey The virtual key to convert.
85+
* @param item The virtual key to convert.
8686
* @param codepage Codepage used to convert language specific characters.
8787
*
8888
* @return The ASCII code of virtual key or -1 if virtual key cannot be translated to ASCII.

0 commit comments

Comments
 (0)