mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
spelling fixes
svn path=/trunk/; revision=62147
This commit is contained in:
parent
fb801e0958
commit
a3586c1ffe
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ MouseKeysDlgProc(HWND hwndDlg,
|
||||||
/* Set the thumb */
|
/* Set the thumb */
|
||||||
SendDlgItemMessage(hwndDlg, IDC_MOUSEKEYS_SPEED_TRACK, TBM_SETPOS, TRUE, i);
|
SendDlgItemMessage(hwndDlg, IDC_MOUSEKEYS_SPEED_TRACK, TBM_SETPOS, TRUE, i);
|
||||||
|
|
||||||
/* Set the number of ticks for the accelleration trackbar */
|
/* Set the number of ticks for the acceleration trackbar */
|
||||||
SendDlgItemMessage(hwndDlg, IDC_MOUSEKEYS_ACCEL_TRACK, TBM_SETRANGE,
|
SendDlgItemMessage(hwndDlg, IDC_MOUSEKEYS_ACCEL_TRACK, TBM_SETRANGE,
|
||||||
TRUE, MAKELONG(0, ACCELTICKS - 1));
|
TRUE, MAKELONG(0, ACCELTICKS - 1));
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ DxDxgGenericThunk(ULONG_PTR ulIndex,
|
||||||
* @name DxDdIoctl
|
* @name DxDdIoctl
|
||||||
* @implemented
|
* @implemented
|
||||||
*
|
*
|
||||||
* The function DxDdIoctl is the ioctl call to diffent DirectX functions
|
* The function DxDdIoctl is the ioctl call to different DirectX functions
|
||||||
*
|
*
|
||||||
* @param ULONG ulIoctl
|
* @param ULONG ulIoctl
|
||||||
* The ioctl code that we want call to
|
* The ioctl code that we want call to
|
||||||
|
|
Loading…
Reference in a new issue