From: Hermès Bélusca-Maïto Date: Thu, 4 Apr 2013 19:44:23 +0000 (+0000) Subject: [ROSAPPS] X-Git-Tag: backups/ros-csrss@60644~15^2~9 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=c45852fcfd068654bed4ab5e9ca72bbe39a727fe;hp=cd804b45cb73b756e8e5f1f76e26fbd793ff65a2;ds=inline [ROSAPPS] Fix "initialize" misspelling. svn path=/trunk/; revision=58677 --- diff --git a/rosapps/applications/devutils/genguid/genguid.c b/rosapps/applications/devutils/genguid/genguid.c index 1190243e103..a6bbd8f18fa 100644 --- a/rosapps/applications/devutils/genguid/genguid.c +++ b/rosapps/applications/devutils/genguid/genguid.c @@ -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); diff --git a/rosapps/templates/template/template.c b/rosapps/templates/template/template.c index 75fbf7fbc13..5aef4ec5222 100644 --- a/rosapps/templates/template/template.c +++ b/rosapps/templates/template/template.c @@ -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