Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20 from zscn/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo in `ILMerge\ILMerge.cs`
  • Loading branch information
mike-barnett committed Jul 10, 2017
2 parents 0528aaa + b46ff74 commit 86174fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ILMerge/ILMerge.cs
Expand Up @@ -303,7 +303,7 @@ private class CloseAssemblies {
#endregion If a type is renamed, rename any associated resource

} else {
string msg = String.Format("ERROR!!: Duplicate type '{0}' found in assembly '{1}'. Do you want to use the /alllowDup option?",
string msg = String.Format("ERROR!!: Duplicate type '{0}' found in assembly '{1}'. Do you want to use the /allowDup option?",
t.FullName, t.DeclaringModule.Name);
WriteToLog(msg);
throw new InvalidOperationException("ILMerge.Merge: " + msg);
Expand Down Expand Up @@ -2465,4 +2465,4 @@ public enum Kind {
}
#endregion
}
}
}

0 comments on commit 86174fe

Please sign in to comment.