Spelling errors in code tree - Unknow

Get help for specific problems
Posts: 2
Joined: 3 Jul 2024

kathenas

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
User avatar
Site Admin
Posts: 7347
Joined: 9 Dec 2007

Zenju

???
Posts: 2
Joined: 3 Jul 2024

kathenas

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",
                 "SYSTEM_MANUFACTURER",
                 "System manufacturer",
                 "System Manufacter",
                 "To Be Filled By O.E.M.",
                 "Default string",
                 "$(DEFAULT_STRING)",
                 "Undefined",
                 "Unknow",
                 "empty",
 
User avatar
Site Admin
Posts: 7347
Joined: 9 Dec 2007

Zenju

The entries are "correct" in the sense that they are used by some device manufacturers.