Skip to content

Commit

Permalink
typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
smenzer committed Jul 8, 2020
1 parent 7c5724b commit 36ba457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/userId/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function addIdDataToAdUnitBids(adUnits, submodules) {
}

/**
* This is a common function that will initalize subModules if not already done and it will also execute subModule callbacks
* This is a common function that will initialize subModules if not already done and it will also execute subModule callbacks
*/
function initializeSubmodulesAndExecuteCallbacks(continueAuction) {
let delayed = false;
Expand Down Expand Up @@ -627,7 +627,7 @@ export function init(config) {
utils.logInfo(`${MODULE_NAME} - opt-out cookie found, exit module`);
return;
}
// _pubcid_optout is checked for compatiblility with pubCommonId
// _pubcid_optout is checked for compatibility with pubCommonId
if (validStorageTypes.indexOf(LOCAL_STORAGE) !== -1 && (coreStorage.getDataFromLocalStorage('_pbjs_id_optout') || coreStorage.getDataFromLocalStorage('_pubcid_optout'))) {
utils.logInfo(`${MODULE_NAME} - opt-out localStorage found, exit module`);
return;
Expand Down

0 comments on commit 36ba457

Please sign in to comment.