diff --git a/src/Cedar/Client.c b/src/Cedar/Client.c index d71a4fff..6bb9948b 100644 --- a/src/Cedar/Client.c +++ b/src/Cedar/Client.c @@ -235,7 +235,7 @@ void CiGetCurrentMachineHashOld(void *data) } #ifdef OS_WIN32 - // Priduct ID + // Product ID product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "ProductId"); if (product_id == NULL) {