Author: cwittich
Date: Thu Feb 13 19:10:28 2014
New Revision: 62147

URL: http://svn.reactos.org/svn/reactos?rev=62147&view=rev
Log:
spelling fixes

Modified:
    trunk/reactos/dll/cpl/access/mouse.c
    trunk/reactos/win32ss/reactx/dxg/historic.c

Modified: trunk/reactos/dll/cpl/access/mouse.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/access/mouse.c?rev=62147&r1=62146&r2=62147&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/access/mouse.c        [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/access/mouse.c        [iso-8859-1] Thu Feb 13 
19:10:28 2014
@@ -50,7 +50,7 @@
             /* Set the thumb */
             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,
                                TRUE, MAKELONG(0, ACCELTICKS - 1));
 

Modified: trunk/reactos/win32ss/reactx/dxg/historic.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/reactx/dxg/historic.c?rev=62147&r1=62146&r2=62147&view=diff
==============================================================================
--- trunk/reactos/win32ss/reactx/dxg/historic.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/reactx/dxg/historic.c [iso-8859-1] Thu Feb 13 
19:10:28 2014
@@ -59,7 +59,7 @@
 * @name DxDdIoctl
 * @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
 * The ioctl code that we want call to


Reply via email to