Skip to content

Commit 722813c

Browse files
committed
[dotnet] fix typo
1 parent b4ad08c commit 722813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/private/merge_assemblies.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _merged_assembly_impl(ctx):
4141
ctx.actions.run(
4242
executable = ctx.executable.merge_tool,
4343
mnemonic = "MergeAssembly",
44-
progress_message = "Merging assembiles into {}".format(output_assembly.path),
44+
progress_message = "Merging assemblies into {}".format(output_assembly.path),
4545
arguments = args,
4646
inputs = ctx.attr.src_assembly.files,
4747
outputs = [output_assembly, output_pdb],

0 commit comments

Comments
 (0)