| Index: rlz/lib/rlz_lib.h
|
| diff --git a/rlz/lib/rlz_lib.h b/rlz/lib/rlz_lib.h
|
| index 6e3f451fc1589d358d6276d7df72ddae1d601d5a..afc2314ad4747aeb5a851ad1300743f53aad8b39 100644
|
| --- a/rlz/lib/rlz_lib.h
|
| +++ b/rlz/lib/rlz_lib.h
|
| @@ -282,7 +282,7 @@ bool RLZ_LIB_API CreateMachineState(void);
|
| // Set the OEM Deal Confirmation Code (DCC). This information is used for RLZ
|
| // initalization.
|
| // Access: HKLM write, or
|
| -// HKCU read if rlz_lib::CreateMachineState() has been sucessfully called.
|
| +// HKCU read if rlz_lib::CreateMachineState() has been successfully called.
|
| bool RLZ_LIB_API SetMachineDealCode(const char* dcc);
|
|
|
| // Get the DCC cgi argument string to append to a daily ping.
|
| @@ -337,7 +337,7 @@ bool RLZ_LIB_API SetMachineDealCodeFromPingResponse(const char* response);
|
| // the time skip check is specific to each supplementary brand.
|
| class SupplementaryBranding {
|
| public:
|
| - SupplementaryBranding(const char* brand);
|
| + explicit SupplementaryBranding(const char* brand);
|
| ~SupplementaryBranding();
|
|
|
| static const std::string& GetBrand();
|
|
|