Skip to content

Commit c6cebc7

Browse files
authored
[mono] Fix typo in log message. (#103036)
1 parent a3bf53f commit c6cebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/MonoTargetsTasks/MarshalingPInvokeScanner/MarshalingPInvokeScanner.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private bool IsAssemblyIncompatible(string assyPath, MinimalMarshalingTypeCompat
148148
MethodSignature<Compatibility> sgn = decoder.DecodeMethodSignature(ref sgnBlobReader);
149149
if(sgn.ReturnType == Compatibility.Incompatible || sgn.ParameterTypes.Any(p => p == Compatibility.Incompatible))
150150
{
151-
Log.LogMessage(MessageImportance.Low, string.Format("Assembly {0} requires marhsal-ilgen for method {1}.{2}:{3} (first pass).",
151+
Log.LogMessage(MessageImportance.Low, string.Format("Assembly {0} requires marshal-ilgen for method {1}.{2}:{3} (first pass).",
152152
assyPath, ns, name, mdtReader.GetString(mthDef.Name)));
153153

154154
return true;

0 commit comments

Comments
 (0)