mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[ROSAPPS]
Fix "initialize" misspelling. svn path=/trunk/; revision=58677
This commit is contained in:
parent
cd804b45cb
commit
c45852fcfd
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
if (CoInitialize(NULL) != S_OK)
|
||||
{
|
||||
printf("Unable to initalize OLE libraries\n");
|
||||
printf("Unable to initialize OLE libraries\n");
|
||||
return 1;
|
||||
}
|
||||
result = CoCreateGuid(&m_guid);
|
||||
|
|
|
@ -239,7 +239,7 @@ NTSTATUS NTAPI
|
|||
DriverEntry(PDRIVER_OBJECT _DriverObject,
|
||||
PUNICODE_STRING RegistryPath)
|
||||
/*
|
||||
* FUNCTION: Called by the system to initalize the driver
|
||||
* FUNCTION: Called by the system to initialize the driver
|
||||
* ARGUMENTS:
|
||||
* DriverObject = object describing this driver
|
||||
* RegistryPath = path to our configuration entries
|
||||
|
|
Loading…
Reference in a new issue