Author: hbelusca
Date: Wed Sep 14 22:51:55 2016
New Revision: 72679
URL:
http://svn.reactos.org/svn/reactos?rev=72679&view=rev
Log:
Of course, as soon as you see such typos in our code, you can be 90% sure they are
repeated elsewhere. And indeed they are. Fix the typos in our code (I leave them in the
3rd party code).
Concerning the fix in the NDK header I've checked that publicly available information
about this structure (NirSoft website, Windows Internals book, Windows symbols...) has the
member correctly named.
Modified:
trunk/reactos/base/system/winlogon/lang/pt-BR.rc
trunk/reactos/drivers/bus/pcix/pci/config.c
trunk/reactos/drivers/usb/usbehci/hardware.cpp
trunk/reactos/drivers/usb/usbohci/hardware.cpp
trunk/reactos/drivers/usb/usbuhci/hardware.cpp
trunk/reactos/media/inf/kscaptur.inf
trunk/reactos/sdk/include/ndk/pstypes.h
trunk/reactos/win32ss/gdi/gdi32/misc/gdientry.c
Modified: trunk/reactos/base/system/winlogon/lang/pt-BR.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/lang/…
==============================================================================
--- trunk/reactos/base/system/winlogon/lang/pt-BR.rc [iso-8859-1] (original)
+++ trunk/reactos/base/system/winlogon/lang/pt-BR.rc [iso-8859-1] Wed Sep 14 22:51:55
2016
@@ -14,7 +14,7 @@
IDD_GINALOADFAILED DIALOGEX 58, 83, 231, 119
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION |
WS_SYSMENU
-CAPTION "Falha Inteface de Usuário"
+CAPTION "Falha Interface de Usuário"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "A DLL de Logon de Interface de Usuário %s falhou ao carregar.",
IDC_GINALOADFAILED, 39, 16, 156, 24
Modified: trunk/reactos/drivers/bus/pcix/pci/config.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/pcix/pci/confi…
==============================================================================
--- trunk/reactos/drivers/bus/pcix/pci/config.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/bus/pcix/pci/config.c [iso-8859-1] Wed Sep 14 22:51:55 2016
@@ -144,7 +144,7 @@
PAGED_CODE();
ASSERT(PCI_IS_ROOT_FDO(FdoExtension));
- /* Allocate space for the inteface */
+ /* Allocate space for the interface */
PciInterface = ExAllocatePoolWithTag(NonPagedPool,
sizeof(PCI_BUS_INTERFACE_STANDARD),
PCI_POOL_TAG);
Modified: trunk/reactos/drivers/usb/usbehci/hardware.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbehci/hardwa…
==============================================================================
--- trunk/reactos/drivers/usb/usbehci/hardware.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbehci/hardware.cpp [iso-8859-1] Wed Sep 14 22:51:55 2016
@@ -193,7 +193,7 @@
Status = GetBusInterface(PhysicalDeviceObject, &m_BusInterface);
if (!NT_SUCCESS(Status))
{
- DPRINT1("Failed to get BusInteface!\n");
+ DPRINT1("Failed to get BusInterface!\n");
return Status;
}
Modified: trunk/reactos/drivers/usb/usbohci/hardware.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbohci/hardwa…
==============================================================================
--- trunk/reactos/drivers/usb/usbohci/hardware.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbohci/hardware.cpp [iso-8859-1] Wed Sep 14 22:51:55 2016
@@ -200,7 +200,7 @@
Status = GetBusInterface(PhysicalDeviceObject, &BusInterface);
if (!NT_SUCCESS(Status))
{
- DPRINT1("Failed to get BusInteface!\n");
+ DPRINT1("Failed to get BusInterface!\n");
return Status;
}
Modified: trunk/reactos/drivers/usb/usbuhci/hardware.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbuhci/hardwa…
==============================================================================
--- trunk/reactos/drivers/usb/usbuhci/hardware.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbuhci/hardware.cpp [iso-8859-1] Wed Sep 14 22:51:55 2016
@@ -220,7 +220,7 @@
Status = GetBusInterface(PhysicalDeviceObject, &BusInterface);
if (!NT_SUCCESS(Status))
{
- DPRINT1("Failed to get BusInteface!\n");
+ DPRINT1("Failed to get BusInterface!\n");
return Status;
}
@@ -623,7 +623,7 @@
Status = GetBusInterface(m_PhysicalDeviceObject, &BusInterface);
if (!NT_SUCCESS(Status))
{
- DPRINT1("Failed to get BusInteface!\n");
+ DPRINT1("Failed to get BusInterface!\n");
return Status;
}
Modified: trunk/reactos/media/inf/kscaptur.inf
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/kscaptur.inf?rev…
==============================================================================
--- trunk/reactos/media/inf/kscaptur.inf [iso-8859-1] (original)
+++ trunk/reactos/media/inf/kscaptur.inf [iso-8859-1] Wed Sep 14 22:51:55 2016
@@ -592,6 +592,6 @@
PlugIn_IVideoEncoder="ÐбÑобник WDM Streaming-IVideoEncoder-Interface"
Plugin_IKsTopologyInfo="ÐбÑобник WDM
Streaming-IKsTopologyInfo-Interface"
Plugin_ICameraControl="ÐбÑобник WDM
Streaming-ICameraControl-Interface"
-Plugin_IVideoProcAmp="ÐбÑобник WDM Streaming-IVideoProcAmp-Inteface"
+Plugin_IVideoProcAmp="ÐбÑобник WDM Streaming-IVideoProcAmp-Interface"
Plugin_ISelector="ÐбÑобник WDM Streaming-ISelector-Interface"
Plugin_PropertyObject="ÐбÑобник вÑзлÑв Interfaces-Aggregate"
Modified: trunk/reactos/sdk/include/ndk/pstypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/ndk/pstypes.h?…
==============================================================================
--- trunk/reactos/sdk/include/ndk/pstypes.h [iso-8859-1] (original)
+++ trunk/reactos/sdk/include/ndk/pstypes.h [iso-8859-1] Wed Sep 14 22:51:55 2016
@@ -1077,7 +1077,7 @@
ULONG OwnsSessionWorkingSetExclusive:1;
ULONG OwnsSessionWorkingSetShared:1;
#if (NTDDI_VERSION >= NTDDI_LONGHORN)
- ULONG SupressSymbolLoad:1;
+ ULONG SuppressSymbolLoad:1;
ULONG Spare1:3;
ULONG PriorityRegionActive:4;
#else
Modified: trunk/reactos/win32ss/gdi/gdi32/misc/gdientry.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/gdi32/misc/gdi…
==============================================================================
--- trunk/reactos/win32ss/gdi/gdi32/misc/gdientry.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/gdi/gdi32/misc/gdientry.c [iso-8859-1] Wed Sep 14 22:51:55 2016
@@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS GDI32
- * PURPOSE: GDI DirectX inteface
+ * PURPOSE: GDI DirectX interface
* FILE: win32ss/gdi/gdi32/misc/gdientry.c
* PROGRAMERS: Alex Ionescu (alex(a)relsoft.net)
* Magnus Olsen (magnus(a)greatlord.com)