Skip to content

Commit b4fc5a0

Browse files
authored
Update PassportAndroidProcessor.cs
1 parent 641d3a0 commit b4fc5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Packages/Passport/Editor/PassportAndroidProcessor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public void OnPostGenerateGradleAndroidProject(string path)
2424
}
2525

2626
FileHelpers.CopyDirectory(passportWebFilesDir, $"{path}/src/main/assets/ImmutableSDK/Runtime/Passport");
27-
Debug.Log($"Sucessfully copied Passport files");
27+
Debug.Log($"Successfully copied Passport files");
2828

2929
AddUseAndroidX(path);
3030
}
@@ -46,4 +46,4 @@ private void AddUseAndroidX(string path)
4646
}
4747
}
4848

49-
#endif
49+
#endif

0 commit comments

Comments
 (0)