Skip to content

Commit 5bdd116

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Typo fix in init log message.
PiperOrigin-RevId: 821844996
1 parent f12e37a commit 5bdd116

File tree

1 file changed

+1
-1
lines changed
  • source/plugin/Assets/GoogleMobileAds/Common

1 file changed

+1
-1
lines changed

source/plugin/Assets/GoogleMobileAds/Common/Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void CheckInitialization()
2626
{
2727
if (!MobileAdsEventExecutor.IsActive())
2828
{
29-
Debug.Log("You intitialized an ad object but have not yet called " +
29+
Debug.Log("You initialized an ad object but have not yet called " +
3030
"MobileAds.Initialize(). We highly recommend you call " +
3131
"MobileAds.Initialize() before interacting with the Google " +
3232
"Mobile Ads SDK.");

0 commit comments

Comments
 (0)