summaryrefslogtreecommitdiffstats
path: root/rlz/lib/rlz_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'rlz/lib/rlz_lib.h')
-rw-r--r--rlz/lib/rlz_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rlz/lib/rlz_lib.h b/rlz/lib/rlz_lib.h
index 6e3f451..afc2314 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();