Skip to content

Commit db8b98c

Browse files
author
Stewart Miles
authored
Merge pull request googlesamples#161 from vitorbaraujo/fix-log-typo
Fix minor typo in android resolver log
2 parents 03bae9b + a294877 commit db8b98c

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)