From: Pali Rohár Date: Sat, 22 Oct 2022 14:58:21 +0000 (+0200) Subject: libpci: win32-cfgmgr32: Fix typo X-Git-Tag: v3.9.0~12^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=333341a33de342f97abdc4333902754b9e5e32dd;p=pciutils.git libpci: win32-cfgmgr32: Fix typo --- diff --git a/lib/win32-cfgmgr32.c b/lib/win32-cfgmgr32.c index f52db01..a3404d1 100644 --- a/lib/win32-cfgmgr32.c +++ b/lib/win32-cfgmgr32.c @@ -126,7 +126,7 @@ resolve_cfgmgr32_functions(void) * cfgmgr32.dll uses custom non-Win32 error numbers which are unsupported by * Win32 APIs like GetLastError() and FormatMessage() functions. * - * Windows 7 instroduced new cfgmgr32.dll function CM_MapCrToWin32Err() for + * Windows 7 introduced new cfgmgr32.dll function CM_MapCrToWin32Err() for * translating mapping CR_* errors to Win32 errors but most error codes are * not mapped. So this function is unusable. *