Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 30, 2022
1 parent eec651b commit 58b0278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xamarin.Android.Build.Tasks/Tasks/Aapt2Link.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public async override System.Threading.Tasks.Task RunTaskAsync ()
// combine the "proguard" temp files into one file.
var sb = new StringBuilder ();
HashSet<string> output = new HashSet<string> ();
output.Add ("#Auto Generated file. To not Edit.");
output.Add ("#Auto Generated file. Do not Edit.");
lock (rulesFiles) {
foreach (var file in rulesFiles) {
var lines = File.ReadAllLines (file);
Expand Down

0 comments on commit 58b0278

Please sign in to comment.