From ee55f85e4a15f5d43478b269cafbe2239ac07af5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 04:57:08 +0000 Subject: [PATCH] spelling: product --- src/Cedar/Client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {