Skip to content

Commit 6e0632b

Browse files
authored
Fixed typo (#61)
1 parent 5cd0eec commit 6e0632b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ILRepack.Lib.MSBuild.Task/ILRepack.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public override bool Execute()
342342
repackOptions.SearchDirectories = searchPath.ToArray();
343343

344344
// Attempt to merge assemblies.
345-
Log.LogMessage(MessageImportance.High, "Merging {0} assemb{1} to '{2}'",
345+
Log.LogMessage(MessageImportance.High, "Merging {0} assembl{1} to '{2}'",
346346
InputAssemblies.Length, InputAssemblies.Length != 1 ? "ies" : "y", _outputFile);
347347

348348
// Measure performance
@@ -443,4 +443,4 @@ public void Dispose()
443443

444444
#endregion
445445
}
446-
}
446+
}

0 commit comments

Comments
 (0)