Skip to content

Commit f72332c

Browse files
authored
Fix class AddCampaignTargetingCriteria name
1 parent 04fda7f commit f72332c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AdWords/v201809/Targeting/AddCampaignTargetingCriteria.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* This example adds various types of targeting criteria to a campaign.
4545
* To get campaigns, run BasicOperations/GetCampaigns.php.
4646
*/
47-
class AddCampaignTargetingCrtieria
47+
class AddCampaignTargetingCriteria
4848
{
4949

5050
const CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE';

0 commit comments

Comments
 (0)