Skip to content

Commit a294877

Browse files
committed
Fix minor typo in android resolver log
1 parent 03bae9b commit a294877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/PlayServicesResolver/src/ResolverVer1_1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ private bool AarExplodeDataIsDirty(AarExplodeData aarData) {
12821282
return true;
12831283
} else if (!generateAntProject && !File.Exists(aarData.path)) {
12841284
PlayServicesResolver.Log(
1285-
String.Format("{0}: Should *not* be exploded but aritfact file missing.",
1285+
String.Format("{0}: Should *not* be exploded but artifact file missing.",
12861286
aarData.path),
12871287
level: LogLevel.Verbose);
12881288
return true;

0 commit comments

Comments
 (0)