Typo fixes on comments/strings
My first PR contribution to TShock is spellcheck huh, frankly I don't know why but hey I could spare the time for this and caught some stuff.
This commit is contained in:
parent
35d9a8e715
commit
154bee58f1
18 changed files with 36 additions and 36 deletions
|
|
@ -119,7 +119,7 @@ namespace TShockAPI
|
|||
/// Writes a message to the log
|
||||
/// </summary>
|
||||
/// <param name="message">Message to write</param>
|
||||
/// <param name="level">LogLevel assosciated with the message</param>
|
||||
/// <param name="level">LogLevel associated with the message</param>
|
||||
void Write(string message, TraceLevel level);
|
||||
|
||||
/// <summary>
|
||||
|
|
@ -152,4 +152,4 @@ namespace TShockAPI
|
|||
/// </summary>
|
||||
void Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue