From c45852fcfd068654bed4ab5e9ca72bbe39a727fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 4 Apr 2013 19:44:23 +0000 Subject: [PATCH] [ROSAPPS] Fix "initialize" misspelling. svn path=/trunk/; revision=58677 --- rosapps/applications/devutils/genguid/genguid.c | 2 +- rosapps/templates/template/template.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1