[ROSAPPS]

Fix "initialize" misspelling.

svn path=/trunk/; revision=58677
This commit is contained in:
Hermès Bélusca-Maïto 2013-04-04 19:44:23 +00:00
parent cd804b45cb
commit c45852fcfd
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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