Skip to content

Commit

Permalink
[dotnet] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 31, 2022
1 parent b4ad08c commit 722813c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/private/merge_assemblies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _merged_assembly_impl(ctx):
ctx.actions.run(
executable = ctx.executable.merge_tool,
mnemonic = "MergeAssembly",
progress_message = "Merging assembiles into {}".format(output_assembly.path),
progress_message = "Merging assemblies into {}".format(output_assembly.path),
arguments = args,
inputs = ctx.attr.src_assembly.files,
outputs = [output_assembly, output_pdb],
Expand Down

0 comments on commit 722813c

Please sign in to comment.