Search found 2 matches

by kathenas
04 Jul 2024, 07:39
Forum: Help
Topic: Spelling errors in code tree - Unknow
Replies: 3
Views: 348

Re: Spelling errors in code tree - Unknow

Spelling issue.

In file: 'zen/sys_info.cpp', change 'Unknow' to 'Unknown'.


"INVALID",
"Unknow",
"empty",
"O.E.M.",
"O.E.M",
"OEM",
"NA",
".",
})
if (equalAsciiNoCase(cm.model, dummyModel))
{
cm.model.clear();
break;
}

for (const char* dummyVendor :
{
"OEM Manufacturer ...
by kathenas
03 Jul 2024, 23:44
Forum: Help
Topic: Spelling errors in code tree - Unknow
Replies: 3
Views: 348

Spelling errors in code tree - Unknow

Spelling errors in code tree - Unknow.

While reviewing your application for Debian.

Lines 149 and 173 'Unknow' needs to be changed to 'Unknown'.

Regards

Phil