Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla committed Nov 30, 2020
1 parent 0162da6 commit a0b3c26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void CouldNotTranslateActivity(string className, string methodName)
this.WriteEvent(3, className, methodName);
}

[Event(4, Message = "Unkown error in export method: {0}", Level = EventLevel.Error)]
[Event(4, Message = "Unknown error in export method: {0}", Level = EventLevel.Error)]
public void ExportMethodException(string ex)
{
this.WriteEvent(4, ex);
Expand Down

0 comments on commit a0b3c26

Please sign in to comment.